mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Don't fill in fields that no longer exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7fb31ea33
commit
719c2fc97f
@ -181,8 +181,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
|
|||||||
unsigned ItinClass = !IsItineraries ? 0 :
|
unsigned ItinClass = !IsItineraries ? 0 :
|
||||||
ItinClassNumber(Inst.TheDef->getValueAsDef("Itinerary")->getName());
|
ItinClassNumber(Inst.TheDef->getValueAsDef("Itinerary")->getName());
|
||||||
|
|
||||||
OS << "\",\t" << NumOperands << ", -1, 0, false, 0, 0, "
|
OS << "\",\t" << NumOperands << ", " << ItinClass
|
||||||
<< ItinClass
|
|
||||||
<< ", 0";
|
<< ", 0";
|
||||||
|
|
||||||
// Emit all of the target indepedent flags...
|
// Emit all of the target indepedent flags...
|
||||||
|
Loading…
Reference in New Issue
Block a user