From ed85e12da65031f3a75804ff8d11b10e31c0107b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Sat, 21 Nov 2009 02:46:55 +0000 Subject: We are not using DBG_STOPPOINT anymore. llvm-svn: 89536 --- llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp') diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index c3af8e695fc..8e3aa833c63 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -356,7 +356,6 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM) setOperationAction(ISD::UDIVREM, MVT::i32, Expand); // Support label based line numbers. - setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand); setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand); setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); -- cgit v1.2.3