mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Don't fill in fields that no longer exist.
llvm-svn: 27898
This commit is contained in:
parent
6a2ec2cd3b
commit
56e4ca77c6
@ -181,8 +181,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
|
||||
unsigned ItinClass = !IsItineraries ? 0 :
|
||||
ItinClassNumber(Inst.TheDef->getValueAsDef("Itinerary")->getName());
|
||||
|
||||
OS << "\",\t" << NumOperands << ", -1, 0, false, 0, 0, "
|
||||
<< ItinClass
|
||||
OS << "\",\t" << NumOperands << ", " << ItinClass
|
||||
<< ", 0";
|
||||
|
||||
// Emit all of the target indepedent flags...
|
||||
|
Loading…
Reference in New Issue
Block a user