Change from .../Support/DataTypes.h to .../System/DataTypes.h.

(Fix build failure)

llvm-svn: 100243
This commit is contained in:
Johnny Chen 2010-04-02 22:41:06 +00:00
parent 7e5aba433d
commit 88a7b5a724
2 changed files with 2 additions and 2 deletions

View 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";

View File

@ -17,7 +17,7 @@
#include "TableGenBackend.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/System/DataTypes.h"
namespace llvm {