summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/divmod.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-07 00:58:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-07 00:58:44 +0000
commit2c69f8eec6a51114799e3e80fa4903c5e3fc429c (patch)
tree9fa488c8ce9dc402a57a02b3616aefc007bc12b8 /test/CodeGen/ARM/divmod.ll
parent1adb47cc11e708e6009007eeab58caf4310df30f (diff)
downloadllvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.tar.gz
llvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.tar.bz2
llvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.tar.xz
Change -arm-divmod-libcall to a target neutral option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/divmod.ll')
-rw-r--r--test/CodeGen/ARM/divmod.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/divmod.ll b/test/CodeGen/ARM/divmod.ll
index 9b5129771f..04b8fbf0f0 100644
--- a/test/CodeGen/ARM/divmod.ll
+++ b/test/CodeGen/ARM/divmod.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin -arm-divmod-libcall | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -use-divmod-libcall | FileCheck %s
define void @foo(i32 %x, i32 %y, i32* nocapture %P) nounwind ssp {
entry: