aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-20 22:20:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-20 22:20:12 +0000
commitc8578948c9b35080dedd6527abf4f48fc4de43d3 (patch)
tree43bf11b3702ce068895f515d08672adbbce22047 /test
parent3b7d917dec53a742fcb14802557ee75d35185968 (diff)
downloadexternal_llvm-c8578948c9b35080dedd6527abf4f48fc4de43d3.zip
external_llvm-c8578948c9b35080dedd6527abf4f48fc4de43d3.tar.gz
external_llvm-c8578948c9b35080dedd6527abf4f48fc4de43d3.tar.bz2
Remove -use-divmod-libcall. Let targets opt in when they are available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 9c90a82..34313aa 100644
--- a/test/CodeGen/ARM/divmod.ll
+++ b/test/CodeGen/ARM/divmod.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin -use-divmod-libcall | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-ios | FileCheck %s
define void @foo(i32 %x, i32 %y, i32* nocapture %P) nounwind ssp {
entry: