diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-30 16:33:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-30 16:33:46 +0000 |
commit | 8e62f434cd63af127f917bd67ad709efd18462f5 (patch) | |
tree | ad6aec3264f2a7d4dff8226bc5184aa78fd1b561 /llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp | |
parent | bfa060c5d20f3a9460ce6db7513b28b864d17a5f (diff) | |
download | bcm5719-llvm-8e62f434cd63af127f917bd67ad709efd18462f5.tar.gz bcm5719-llvm-8e62f434cd63af127f917bd67ad709efd18462f5.zip |
This code is really unreachable.
llvm-svn: 19934
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp index 7e6c5d38f35..055bf14d910 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp @@ -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(); } } |