projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d4f1b
)
Remove use of ConstantHandling
author
Chris Lattner
<sabre@nondot.org>
Mon, 12 Jan 2004 18:35:03 +0000
(18:35 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 12 Jan 2004 18:35:03 +0000
(18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10789
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/Local.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/Local.cpp
b/lib/Transforms/Utils/Local.cpp
index 536d85040d0315f75338c06f0b2cec2d9cd3c325..b55b2eb77b45fbb1ed62168febdc33a0ce1836d1 100644
(file)
--- a/
lib/Transforms/Utils/Local.cpp
+++ b/
lib/Transforms/Utils/Local.cpp
@@
-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;
//===----------------------------------------------------------------------===//