Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
index 4d3aa5e621c9c749347ed86d1d66fd6ce756019f..f28af1589d65917c136cf8f511f9c7e5543acb68 100644 (file)
@@ -270,7 +270,6 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
   if (Inst.isReturn)           OS << "|(1<<TID::Return)";
   if (Inst.isBranch)           OS << "|(1<<TID::Branch)";
   if (Inst.isIndirectBranch)   OS << "|(1<<TID::IndirectBranch)";
-  if (Inst.isCompare)          OS << "|(1<<TID::Compare)";
   if (Inst.isBarrier)          OS << "|(1<<TID::Barrier)";
   if (Inst.hasDelaySlot)       OS << "|(1<<TID::DelaySlot)";
   if (Inst.isCall)             OS << "|(1<<TID::Call)";