[llvm-commits] CVS: llvm/lib/Transforms/IPO/Inliner.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:18:31 PDT 2003
Changes in directory llvm/lib/Transforms/IPO:
Inliner.h updated: 1.1 -> 1.2
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+7 -0)
Index: llvm/lib/Transforms/IPO/Inliner.h
diff -u llvm/lib/Transforms/IPO/Inliner.h:1.1 llvm/lib/Transforms/IPO/Inliner.h:1.2
--- llvm/lib/Transforms/IPO/Inliner.h:1.1 Sun Aug 31 14:10:30 2003
+++ llvm/lib/Transforms/IPO/Inliner.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- 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
// implements all of the boring mechanics of the bottom-up inlining, while the
More information about the llvm-commits
mailing list