[llvm-commits] CVS: llvm/lib/Transforms/IPO/ExtractFunction.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 17 13:36:01 PST 2003
Changes in directory llvm/lib/Transforms/IPO:
ExtractFunction.cpp updated: 1.5 -> 1.6
---
Log message:
This file was somehow missing a top-level comment line.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Transforms/IPO/ExtractFunction.cpp
diff -u llvm/lib/Transforms/IPO/ExtractFunction.cpp:1.5 llvm/lib/Transforms/IPO/ExtractFunction.cpp:1.6
--- llvm/lib/Transforms/IPO/ExtractFunction.cpp:1.5 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Transforms/IPO/ExtractFunction.cpp Mon Nov 17 13:35:17 2003
@@ -1,4 +1,4 @@
-
+//===-- ExtractFunction.cpp - Function extraction pass --------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list