How about ULL...

llvm-svn: 105726
This commit is contained in:
Eric Christopher 2010-06-09 16:16:48 +00:00
parent 9b21208bfb
commit 223c481b1c
1 changed files with 1 additions and 1 deletions

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