summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/trap.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-08 21:37:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-08 21:37:21 +0000
commit4da0c7c0c9081107bea5f6bac440f0f1eb47748f (patch)
tree0602fc33efe0ffceae34ab44129adbfce7d62239 /test/CodeGen/ARM/trap.ll
parente2e777b0e73809047d98066ebcc28042882d1cf8 (diff)
downloadllvm-4da0c7c0c9081107bea5f6bac440f0f1eb47748f.tar.gz
llvm-4da0c7c0c9081107bea5f6bac440f0f1eb47748f.tar.bz2
llvm-4da0c7c0c9081107bea5f6bac440f0f1eb47748f.tar.xz
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/trap.ll')
-rw-r--r--test/CodeGen/ARM/trap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/trap.ll b/test/CodeGen/ARM/trap.ll
index 189bc8cc04..38842a9646 100644
--- a/test/CodeGen/ARM/trap.ll
+++ b/test/CodeGen/ARM/trap.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=INSTR
-; RUN: llc < %s -mtriple=arm-apple-darwin -arm-trap-func=_trap | FileCheck %s -check-prefix=FUNC
+; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
; rdar://7961298
; rdar://9249183