[llvm-commits] CVS: llvm/tools/extract/extract.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 20 12:59:05 PDT 2003
Changes in directory llvm/tools/extract:
extract.cpp updated: 1.16 -> 1.17
---
Log message:
fix file header
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/extract/extract.cpp
diff -u llvm/tools/extract/extract.cpp:1.16 llvm/tools/extract/extract.cpp:1.17
--- llvm/tools/extract/extract.cpp:1.16 Mon Oct 20 12:47:08 2003
+++ llvm/tools/extract/extract.cpp Mon Oct 20 12:58:40 2003
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This utility changes the input module to only contain a single function,
// which is primarily used for debugging transformations.
More information about the llvm-commits
mailing list