[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Jeff Cohen jeffc at jolt-lang.org
Fri Jan 7 07:52:47 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.1 -> 1.2
---
Log message:

Get new SelectionDAG stuff building with Visual Studio.

---
Diffs of the changes:  (+1 -0)

Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.1 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.2
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.1	Fri Jan  7 01:45:27 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Fri Jan  7 09:52:36 2005
@@ -20,6 +20,7 @@
 #define LLVM_CODEGEN_SELECTIONDAGNODES_H
 
 #include "llvm/CodeGen/ValueTypes.h"
+#include "llvm/support/DataTypes.h"
 #include <cassert>
 #include <vector>
 






More information about the llvm-commits mailing list