[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 12 12:36:02 PST 2004
Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.14 -> 1.15
---
Log message:
Remove use of ConstantHandling
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.14 llvm/lib/Transforms/Utils/Local.cpp:1.15
--- llvm/lib/Transforms/Utils/Local.cpp:1.14 Mon Jan 12 12:25:22 2004
+++ llvm/lib/Transforms/Utils/Local.cpp Mon Jan 12 12:35:03 2004
@@ -13,10 +13,10 @@
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Constants.h"
#include "llvm/iTerminators.h"
#include "llvm/iOperators.h"
#include "llvm/iPHINode.h"
-#include "llvm/ConstantHandling.h"
using namespace llvm;
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list