diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-04-20 22:20:12 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-04-20 22:20:12 +0000 |
commit | c8578948c9b35080dedd6527abf4f48fc4de43d3 (patch) | |
tree | 43bf11b3702ce068895f515d08672adbbce22047 /test | |
parent | 3b7d917dec53a742fcb14802557ee75d35185968 (diff) | |
download | external_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.ll | 2 |
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: |