[llvm-commits] CVS: llvm/tools/llc/llc.cpp
Owen Anderson
resistor at mac.com
Thu May 11 23:34:12 PDT 2006
Changes in directory llvm/tools/llc:
llc.cpp updated: 1.132 -> 1.133
---
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)
llc.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.132 llvm/tools/llc/llc.cpp:1.133
--- llvm/tools/llc/llc.cpp:1.132 Thu May 4 16:18:40 2006
+++ llvm/tools/llc/llc.cpp Fri May 12 01:33:48 2006
@@ -15,6 +15,7 @@
#include "llvm/Bytecode/Reader.h"
#include "llvm/Target/SubtargetFeature.h"
+#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetMachineRegistry.h"
#include "llvm/Transforms/Scalar.h"
More information about the llvm-commits
mailing list