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 | 2c69f8eec6a51114799e3e80fa4903c5e3fc429c (patch) | |
tree | 9fa488c8ce9dc402a57a02b3616aefc007bc12b8 /test/CodeGen/ARM | |
parent | 1adb47cc11e708e6009007eeab58caf4310df30f (diff) | |
download | external_llvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.zip external_llvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.tar.gz external_llvm-2c69f8eec6a51114799e3e80fa4903c5e3fc429c.tar.bz2 |
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')
-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 9b51297..04b8fbf 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: |