1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Don't fill in fields that no longer exist.

llvm-svn: 27898
This commit is contained in:
Chris Lattner 2006-04-20 18:32:22 +00:00
parent 6a2ec2cd3b
commit 56e4ca77c6

View File

@ -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...