diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-04-07 00:58:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-04-07 00:58:44 +0000 |
commit | a7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d (patch) | |
tree | 6b0bd75731330c5a20a60fbf0c8ede02a1e2265b /llvm/test/CodeGen | |
parent | b7c9c407f9e37ee0c83c1466024b8739492ff315 (diff) | |
download | bcm5719-llvm-a7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d.tar.gz bcm5719-llvm-a7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d.zip |
Change -arm-divmod-libcall to a target neutral option.
llvm-svn: 129045
Diffstat (limited to 'llvm/test/CodeGen')
-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 9b5129771f8..04b8fbf0f02 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 -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: |