test/loop-strength-reduce4: Add explicit triplet for Win32 host.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Sep 2010 03:45:58 +0000 (03:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Sep 2010 03:45:58 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112802 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/loop-strength-reduce4.ll

index 6c0eb8c0df93d8e1b968c82827cd8850a1959815..6556fdeea83401e3aff1ba7b0144e7c6789d0ce1 100644 (file)
@@ -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.