[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ConstantProp.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 12 13:16:01 PST 2004
Changes in directory llvm/lib/Transforms/Scalar:
ConstantProp.cpp updated: 1.45 -> 1.46
---
Log message:
Add header file I accidentally removed in teh shuffle
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/Scalar/ConstantProp.cpp
diff -u llvm/lib/Transforms/Scalar/ConstantProp.cpp:1.45 llvm/lib/Transforms/Scalar/ConstantProp.cpp:1.46
--- llvm/lib/Transforms/Scalar/ConstantProp.cpp:1.45 Mon Jan 12 12:33:54 2004
+++ llvm/lib/Transforms/Scalar/ConstantProp.cpp Mon Jan 12 13:15:20 2004
@@ -20,6 +20,7 @@
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Constant.h"
#include "llvm/Instruction.h"
#include "llvm/Pass.h"
#include "llvm/Support/InstIterator.h"
More information about the llvm-commits
mailing list