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:
7382e73
)
Remove duplicate #include
author
Chris Lattner
<sabre@nondot.org>
Mon, 2 Sep 2002 04:04:11 +0000
(
04:04
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 2 Sep 2002 04:04:11 +0000
(
04:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3567
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Utils/Local.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Utils/Local.h
b/include/llvm/Transforms/Utils/Local.h
index 95aaffd5389fb26b90a8868ba25dc1fcc149c8f9..33e392f39ed3873225f1c9e80e96b28fd41d662f 100644
(file)
--- a/
include/llvm/Transforms/Utils/Local.h
+++ b/
include/llvm/Transforms/Utils/Local.h
@@
-9,7
+9,6
@@
#define LLVM_TRANSFORMS_UTILS_LOCAL_H
#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
//===----------------------------------------------------------------------===//
// Local constant propogation...