This code is really unreachable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-30 16:33:46 +00:00
parent d7b59d0181
commit e2752ddefc

View File

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