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:
e45110e
)
Prune unused #include
author
Chris Lattner
<sabre@nondot.org>
Sun, 11 Jul 2004 04:05:32 +0000
(
04:05
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 11 Jul 2004 04:05:32 +0000
(
04:05
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14753
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/opt/opt.cpp
patch
|
blob
|
history
diff --git
a/tools/opt/opt.cpp
b/tools/opt/opt.cpp
index 612b65fd561db3a91755da486af2420294b299d6..76ad6fdd86b602f608dd9eeafd0377594f5c5dd1 100644
(file)
--- a/
tools/opt/opt.cpp
+++ b/
tools/opt/opt.cpp
@@
-19,7
+19,6
@@
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetMachineImpls.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
#include "Support/PluginLoader.h"