diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-02 03:45:58 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-02 03:45:58 +0000 |
commit | a224e5563e54a265b0e8feca3afb70de3501c93b (patch) | |
tree | 9bd56f3ec022a08530abae4f4b8058210501e771 /llvm/test/CodeGen/X86/loop-strength-reduce4.ll | |
parent | 54ce546865e3ed29f0917500578ef2017d1a16e3 (diff) | |
download | bcm5719-llvm-a224e5563e54a265b0e8feca3afb70de3501c93b.tar.gz bcm5719-llvm-a224e5563e54a265b0e8feca3afb70de3501c93b.zip |
test/loop-strength-reduce4: Add explicit triplet for Win32 host.
llvm-svn: 112802
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce4.ll b/llvm/test/CodeGen/X86/loop-strength-reduce4.ll index 6c0eb8c0df9..6556fdeea83 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce4.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce4.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=x86 -relocation-model=static -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=STATIC -; RUN: llc < %s -march=x86 -relocation-model=pic | FileCheck %s -check-prefix=PIC +; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=STATIC +; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC ; By starting the IV at -64 instead of 0, a cmp is eliminated, ; as the flags from the add can be used directly. |