Skip to content
Snippets Groups Projects
Commit 223c481b authored by Eric Christopher's avatar Eric Christopher
Browse files

How about ULL...

llvm-svn: 105726
parent 9b21208b
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, ...@@ -301,7 +301,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
} }
OS << ", 0x"; OS << ", 0x";
OS.write_hex(Value); OS.write_hex(Value);
OS << "LLU, "; OS << "ULL, ";
// Emit the implicit uses and defs lists... // Emit the implicit uses and defs lists...
std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses"); std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment