commit | 9981814a40c5eb909f344ef3d2877a6357744a83 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Apr 02 22:41:06 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Apr 02 22:41:06 2010 +0000 |
tree | 5c96d2435996e40c1143cb7dde6e01f36108e31f | |
parent | b68a3ee82a8a34f7bae1d68d76f574e76a5535ef [diff] [blame] |
Change from .../Support/DataTypes.h to .../System/DataTypes.h. (Fix build failure) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100243 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp index 0c9ef44..50136bc 100644 --- a/utils/TableGen/ARMDecoderEmitter.cpp +++ b/utils/TableGen/ARMDecoderEmitter.cpp
@@ -1809,7 +1809,7 @@ 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";