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:
1f30a07
)
Remove #includes
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Dec 2002 03:47:27 +0000
(
03:47
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Dec 2002 03:47:27 +0000
(
03:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4968
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/IPA/DependenceGraph.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/IPA/DependenceGraph.cpp
b/lib/Analysis/IPA/DependenceGraph.cpp
index fa8f7b0004115cbbfe9dc3f2b5828741bae78c25..284a96afcc20e77535ae1045030c424f976611ef 100644
(file)
--- a/
lib/Analysis/IPA/DependenceGraph.cpp
+++ b/
lib/Analysis/IPA/DependenceGraph.cpp
@@
-16,8
+16,6
@@
#include "llvm/Analysis/DependenceGraph.h"
#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/Instruction.h"
//----------------------------------------------------------------------------