commit | 622dffde8691a33180e2368184b9f4efa6a86fbc | [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 | 42c7d23c6d56e0743169d94025264eaf17eb799d [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");