commit | 6a35432f1ce70d63b150c493a853a40ca7ce886a | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Wed Jun 09 16:16:48 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Wed Jun 09 16:16:48 2010 +0000 |
tree | 2028695c890e0b89dfa0d03d617212e9db791da2 | |
parent | df06f1827b2da0f433271b551bcbdcd1f633cc35 [diff] [blame] |
How about ULL... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105726 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp index 0dfc95e..e66192a 100644 --- a/utils/TableGen/InstrInfoEmitter.cpp +++ b/utils/TableGen/InstrInfoEmitter.cpp
@@ -301,7 +301,7 @@ } OS << ", 0x"; OS.write_hex(Value); - OS << "LLU, "; + OS << "ULL, "; // Emit the implicit uses and defs lists... std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses");