[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Owen Anderson
resistor at mac.com
Thu May 11 23:34:11 PDT 2006
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.107 -> 1.108
---
Log message:
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
TargetData.h. This should make recompiles a bit faster with my current
TargetData tinkering.
---
Diffs of the changes: (+1 -0)
opt.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.107 llvm/tools/opt/opt.cpp:1.108
--- llvm/tools/opt/opt.cpp:1.107 Thu Apr 21 18:59:48 2005
+++ llvm/tools/opt/opt.cpp Fri May 12 01:33:49 2006
@@ -18,6 +18,7 @@
#include "llvm/Bytecode/WriteBytecodePass.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Analysis/Verifier.h"
+#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
More information about the llvm-commits
mailing list