summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-21 02:46:55 +0000
committerDevang Patel <dpatel@apple.com>2009-11-21 02:46:55 +0000
commitbef8888a9197655512f156e50b10799da7240252 (patch)
treefc4e8769572fe8aa4955226ae4522e47b31a6814 /lib/Target/Alpha
parent1f8f4d2db734d9881467a5706acac73660842d43 (diff)
downloadllvm-bef8888a9197655512f156e50b10799da7240252.tar.gz
llvm-bef8888a9197655512f156e50b10799da7240252.tar.bz2
llvm-bef8888a9197655512f156e50b10799da7240252.tar.xz
We are not using DBG_STOPPOINT anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index 921752214c..3daa16b517 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -128,7 +128,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM)
setOperationAction(ISD::BIT_CONVERT, MVT::f32, Promote);
// We don't have line number support yet.
- setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);
setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);
setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);