diff options
Diffstat (limited to 'include/llvm/PassManager.h')
-rw-r--r-- | include/llvm/PassManager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/PassManager.h b/include/llvm/PassManager.h index 1b77c875d9..8506287308 100644 --- a/include/llvm/PassManager.h +++ b/include/llvm/PassManager.h @@ -1,10 +1,10 @@ //===- llvm/PassManager.h - Container for Passes ----------------*- 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 file defines the PassManager class. This class is used to hold, @@ -63,7 +63,7 @@ public: /// void add(FunctionPass *P); - /// add - ImmutablePasses are not FunctionPasses, so we have a + /// add - ImmutablePasses are not FunctionPasses, so we have a /// special hack to get them into a FunctionPassManager. /// void add(ImmutablePass *IP); |