diff options
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r-- | include/llvm/Pass.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index c583f84b42..4730a668a8 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -1,10 +1,10 @@ //===- llvm/Pass.h - Base class 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 a base class that indicates that a specified class is a |