From e64371b932872810c89814e2096cc752bb7cb2cf Mon Sep 17 00:00:00 2001 From: John McCall Date: Sun, 29 May 2011 19:41:56 +0000 Subject: I didn't mean to commit these residues of a personal project. llvm-svn: 132293 --- llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 1e90d422bd3..a78c3ed2a4a 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -656,7 +656,6 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM) setOperationAction(ISD::EH_SJLJ_SETJMP, MVT::i32, Custom); setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom); setOperationAction(ISD::EH_SJLJ_DISPATCHSETUP, MVT::Other, Custom); - setLibcallName(RTLIB::UNWIND_RESUME, "_Unwind_SjLj_Resume"); } setOperationAction(ISD::SETCC, MVT::i32, Expand); -- cgit v1.2.3