[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Jeff Cohen
jeffc at jolt-lang.org
Wed Dec 21 17:45:03 PST 2005
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.31 -> 1.32
---
Log message:
Make it compile with VC++.
---
Diffs of the changes: (+1 -0)
TargetLowering.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.31 llvm/include/llvm/Target/TargetLowering.h:1.32
--- llvm/include/llvm/Target/TargetLowering.h:1.31 Wed Dec 21 17:15:41 2005
+++ llvm/include/llvm/Target/TargetLowering.h Wed Dec 21 19:44:51 2005
@@ -24,6 +24,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/ValueTypes.h"
+#include "llvm/support/DataTypes.h"
#include <vector>
namespace llvm {
More information about the llvm-commits
mailing list