[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Jeff Cohen jeffc at jolt-lang.org
Wed Dec 21 17:47:10 PST 2005



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.32 -> 1.33
---
Log message:

Oh oh...  Unix is case sensitive.

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

 TargetLowering.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.32 llvm/include/llvm/Target/TargetLowering.h:1.33
--- llvm/include/llvm/Target/TargetLowering.h:1.32	Wed Dec 21 19:44:51 2005
+++ llvm/include/llvm/Target/TargetLowering.h	Wed Dec 21 19:46:59 2005
@@ -24,7 +24,7 @@
 
 #include "llvm/Type.h"
 #include "llvm/CodeGen/ValueTypes.h"
-#include "llvm/support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include <vector>
 
 namespace llvm {






More information about the llvm-commits mailing list