diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/Inliner.h')
-rw-r--r-- | llvm/lib/Transforms/IPO/Inliner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/Inliner.h b/llvm/lib/Transforms/IPO/Inliner.h index f937be2a536..c4662c1c526 100644 --- a/llvm/lib/Transforms/IPO/Inliner.h +++ b/llvm/lib/Transforms/IPO/Inliner.h @@ -1,10 +1,10 @@ //===- InlineCommon.h - Code common to all inliners -------------*- 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 simple policy-based bottom-up inliner. This file |