Change from .../Support/DataTypes.h to .../System/DataTypes.h.
authorJohnny Chen <johnny.chen@apple.com>
Fri, 2 Apr 2010 22:41:06 +0000 (22:41 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 2 Apr 2010 22:41:06 +0000 (22:41 +0000)
(Fix build failure)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100243 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ARMDecoderEmitter.cpp
utils/TableGen/ARMDecoderEmitter.h

index 0c9ef445964b9bda5b052507623e0711904f0013..50136bcf5291aa4e28236b8ff6970d2f4cb7ef73 100644 (file)
@@ -1809,7 +1809,7 @@ void ARMDecoderEmitter::ARMDEBackend::emit(raw_ostream &o) {
     assert(0 && "Unreachable code!");
   }
 
-  o << "#include \"llvm/Support/DataTypes.h\"\n";
+  o << "#include \"llvm/System/DataTypes.h\"\n";
   o << "#include <assert.h>\n";
   o << '\n';
   o << "namespace llvm {\n\n";
index 66147e2f8cda6f1668976aa65860208e3fc3cfe3..107e0851ba1b1b4f296a183cf6ba11d88afcef6c 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "TableGenBackend.h"
 
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {