aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaRegisterInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-30 16:33:46 +0000
committerChris Lattner <sabre@nondot.org>2005-01-30 16:33:46 +0000
commite2752ddefca00c383e111a82d47dc46bdd0302be (patch)
tree8573c413a55ff0dc1b5ce49bcef3615ae7456542 /lib/Target/Alpha/AlphaRegisterInfo.cpp
parentd7b59d0181ba862dc7d1a3a4b1ae114e9bc6958a (diff)
This code is really unreachable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaRegisterInfo.cpp')
-rw-r--r--lib/Target/Alpha/AlphaRegisterInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaRegisterInfo.cpp b/lib/Target/Alpha/AlphaRegisterInfo.cpp
index 7e6c5d38f3..055bf14d91 100644
--- a/lib/Target/Alpha/AlphaRegisterInfo.cpp
+++ b/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();
}
}