OSDN Git Service

Oh oh... Unix is case sensitive.
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 22 Dec 2005 01:46:59 +0000 (01:46 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 22 Dec 2005 01:46:59 +0000 (01:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24928 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 46be71d..84018a6 100644 (file)
@@ -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 {