diff options
Diffstat (limited to 'include/llvm/Support/StableBasicBlockNumbering.h')
-rw-r--r-- | include/llvm/Support/StableBasicBlockNumbering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/StableBasicBlockNumbering.h b/include/llvm/Support/StableBasicBlockNumbering.h index 4673ca9275..7780b025a5 100644 --- a/include/llvm/Support/StableBasicBlockNumbering.h +++ b/include/llvm/Support/StableBasicBlockNumbering.h @@ -1,10 +1,10 @@ //===- StableBasicBlockNumbering.h - Provide BB identifiers -----*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This class provides a *stable* numbering of basic blocks that does not depend |