[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 22 00:26:01 PST 2004
Changes in directory llvm/lib/VMCore:
ConstantFolding.cpp updated: 1.52 -> 1.53
---
Log message:
Get all instruction definitions
---
Diffs of the changes: (+1 -3)
Index: llvm/lib/VMCore/ConstantFolding.cpp
diff -u llvm/lib/VMCore/ConstantFolding.cpp:1.52 llvm/lib/VMCore/ConstantFolding.cpp:1.53
--- llvm/lib/VMCore/ConstantFolding.cpp:1.52 Mon Feb 16 14:46:13 2004
+++ llvm/lib/VMCore/ConstantFolding.cpp Sun Feb 22 00:25:38 2004
@@ -20,9 +20,7 @@
#include "ConstantFolding.h"
#include "llvm/Constants.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOperators.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/Instructions.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include <cmath>
More information about the llvm-commits
mailing list