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 | 5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b (patch) | |
tree | 8083f34a93a031d276986ba25288e4af6efe7135 /llvm/test/CodeGen/ARM/divmod.ll | |
parent | 86e53ced08beca7b2333e7c0a52427eae5b2499e (diff) | |
download | bcm5719-llvm-5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b.tar.gz bcm5719-llvm-5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b.zip |
Remove -use-divmod-libcall. Let targets opt in when they are available.
llvm-svn: 129884
Diffstat (limited to 'llvm/test/CodeGen/ARM/divmod.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/divmod.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/divmod.ll b/llvm/test/CodeGen/ARM/divmod.ll index 9c90a8296bd..34313aa89aa 100644 --- a/llvm/test/CodeGen/ARM/divmod.ll +++ b/llvm/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: |