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:
0fd8dc8
)
Fix to reference the right header
author
Chris Lattner
<sabre@nondot.org>
Fri, 19 Oct 2001 15:39:14 +0000
(15:39 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 19 Oct 2001 15:39:14 +0000
(15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@915
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 757194d89b179a76e18abb26e43932a0960ac654..514b7f32e900ae03d29c5f66f83411e642d87fe9 100644
(file)
--- a/
tools/opt/opt.cpp
+++ b/
tools/opt/opt.cpp
@@
-12,7
+12,7
@@
#include "llvm/Support/CommandLine.h"
#include "llvm/Optimizations/AllOpts.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
-#include "llvm/
Transforms
/PrintModulePass.h"
+#include "llvm/
Assembly
/PrintModulePass.h"
#include "llvm/Transforms/ConstantMerge.h"
#include <fstream>