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:
69b9e89
)
Add header file I accidentally removed in teh shuffle
author
Chris Lattner
<sabre@nondot.org>
Mon, 12 Jan 2004 19:15:20 +0000
(19:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 12 Jan 2004 19:15:20 +0000
(19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10795
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/ConstantProp.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/ConstantProp.cpp
b/lib/Transforms/Scalar/ConstantProp.cpp
index d78556c00403f0907efa58145293452a2c12b823..d9a297cdf1f4e3b6915a7393e1da17519aa7c99d 100644
(file)
--- a/
lib/Transforms/Scalar/ConstantProp.cpp
+++ b/
lib/Transforms/Scalar/ConstantProp.cpp
@@
-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"