This code is really unreachable.
authorChris Lattner <sabre@nondot.org>
Sun, 30 Jan 2005 16:33:46 +0000 (16:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Jan 2005 16:33:46 +0000 (16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19934 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaRegisterInfo.cpp

index 7e6c5d38f355b9d856661e441ceb2f97e4e22a1c..055bf14d910020e6b442f46c82eeb9e360c85bcc 100644 (file)
@@ -119,7 +119,8 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
 //       }
 
       // Replace the pseudo instruction with a new instruction...
-      MBB.insert(I, New);
+      //MBB.insert(I, New);
+      abort();
     }
   }