Add punctuation, add a new method
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index 3ae68fa3e265e0c4ed1ef83717a3afcb6747f205..824363361113f9a498b98d341c813d6bc32f0f7f 100644 (file)
@@ -167,6 +167,8 @@ public:
   virtual MachineBasicBlock::iterator
   reverseBranchCondition(MachineBasicBlock::iterator MI) const {
     assert(0 && "Target didn't implement reverseBranchCondition!");
+    abort();
+    return MI;
   }
 
   //-------------------------------------------------------------------------
@@ -178,9 +180,6 @@ public:
   //
   //-------------------------------------------------------------------------
 
-  int getResultPos(MachineOpCode Opcode) const {
-    return get(Opcode).resultPos;
-  }
   unsigned getNumDelaySlots(MachineOpCode Opcode) const {
     return get(Opcode).numDelaySlots;
   }