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:
b2c823d
)
Use the standard header not the old one
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Oct 2001 06:13:08 +0000
(06:13 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Oct 2001 06:13:08 +0000
(06:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@886
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 1e9117cddb751268f4c9621842a0c7919442f43b..7563c397772571d097d7a814be2575e2987f741c 100644
(file)
--- a/
tools/opt/opt.cpp
+++ b/
tools/opt/opt.cpp
@@
-6,8
+6,6
@@
//
//===----------------------------------------------------------------------===//
-#include <iostream.h>
-#include <fstream.h>
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Writer.h"
@@
-15,6
+13,7
@@
#include "llvm/Optimizations/AllOpts.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
#include "llvm/Transforms/PrintModulePass.h"
+#include <fstream>
using namespace opt;