diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-04-02 22:41:06 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-04-02 22:41:06 +0000 |
commit | 9981814a40c5eb909f344ef3d2877a6357744a83 (patch) | |
tree | 5c96d2435996e40c1143cb7dde6e01f36108e31f /utils/TableGen/ARMDecoderEmitter.cpp | |
parent | b68a3ee82a8a34f7bae1d68d76f574e76a5535ef (diff) |
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
Diffstat (limited to 'utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r-- | utils/TableGen/ARMDecoderEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp index 0c9ef44596..50136bcf52 100644 --- a/utils/TableGen/ARMDecoderEmitter.cpp +++ b/utils/TableGen/ARMDecoderEmitter.cpp @@ -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"; |