[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Jeff Cohen
jeffc at jolt-lang.org
Wed Jan 5 23:01:19 PST 2005
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.104 -> 1.105
---
Log message:
Get the #ifdef right on LinkAllPasses.h.
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.104 llvm/tools/opt/opt.cpp:1.105
--- llvm/tools/opt/opt.cpp:1.104 Thu Jan 6 00:29:42 2005
+++ llvm/tools/opt/opt.cpp Thu Jan 6 01:01:08 2005
@@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Config/config.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Bytecode/Reader.h"
More information about the llvm-commits
mailing list