Fix include. Too easy to make mistakes like this on Windows :(
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 7 Jan 2005 19:21:49 +0000 (19:21 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 7 Jan 2005 19:21:49 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19343 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index e21cdb389906b04af6675b944bb43c3170435b1a..96575fea417ca815dbe49119464a7c3a73e1ae76 100644 (file)
@@ -20,7 +20,7 @@
 #define LLVM_CODEGEN_SELECTIONDAGNODES_H
 
 #include "llvm/CodeGen/ValueTypes.h"
-#include "llvm/support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <vector>