How about ULL...
authorEric Christopher <echristo@apple.com>
Wed, 9 Jun 2010 16:16:48 +0000 (16:16 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 9 Jun 2010 16:16:48 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105726 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/InstrInfoEmitter.cpp

index 0dfc95e9050153faefc0822f7bc79b0f805c969e..e66192a221e50224d25020f3c741a04481816b8a 100644 (file)
@@ -301,7 +301,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
   }
   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");