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:
2ed01d8
)
Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h
author
Chris Lattner
<sabre@nondot.org>
Tue, 7 May 2002 18:11:30 +0000
(18:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 7 May 2002 18:11:30 +0000
(18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2517
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/SCCP.cpp
b/lib/Transforms/Scalar/SCCP.cpp
index 54e5fc0f28e00a57c5cf945f06c1bbd1b7316538..2d8f3ee614279e88e1e2fa433397ea27e385240e 100644
(file)
--- a/
lib/Transforms/Scalar/SCCP.cpp
+++ b/
lib/Transforms/Scalar/SCCP.cpp
@@
-18,6
+18,7
@@
#include "llvm/Transforms/Scalar/ConstantProp.h"
#include "llvm/ConstantHandling.h"
#include "llvm/Function.h"
+#include "llvm/BasicBlock.h"
#include "llvm/iPHINode.h"
#include "llvm/iMemory.h"
#include "llvm/iTerminators.h"