Fix warning
authorChris Lattner <sabre@nondot.org>
Sun, 1 Aug 2004 18:17:36 +0000 (18:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Aug 2004 18:17:36 +0000 (18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15406 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 3ae68fa3e265e0c4ed1ef83717a3afcb6747f205..4fa1f4c346ce7a042b763c545fe0d18f65c8b6d6 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;
   }
 
   //-------------------------------------------------------------------------