mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
revert this change, which causes breakage, temporarily
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3ac88d8ab
commit
f372ae6ebc
@ -125,7 +125,9 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
|
|||||||
OS << Inst.TheDef->getName();
|
OS << Inst.TheDef->getName();
|
||||||
else
|
else
|
||||||
OS << Inst.Name;
|
OS << Inst.Name;
|
||||||
OS << "\",\t" << Inst.OperandList.size() << ", -1, 0, false, 0, 0, 0, 0";
|
OS << "\",\t" << -1
|
||||||
|
//Inst.OperandList.size()
|
||||||
|
<< ", -1, 0, false, 0, 0, 0, 0";
|
||||||
|
|
||||||
// Emit all of the target indepedent flags...
|
// Emit all of the target indepedent flags...
|
||||||
if (Inst.isReturn) OS << "|M_RET_FLAG";
|
if (Inst.isReturn) OS << "|M_RET_FLAG";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user