[llvm-commits] [llvm] r112802 - /llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Sep 1 20:45:58 PDT 2010


Author: chapuni
Date: Wed Sep  1 22:45:58 2010
New Revision: 112802

URL: http://llvm.org/viewvc/llvm-project?rev=112802&view=rev
Log:
test/loop-strength-reduce4: Add explicit triplet for Win32 host.

Modified:
    llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll

Modified: llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll?rev=112802&r1=112801&r2=112802&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/loop-strength-reduce4.ll Wed Sep  1 22:45:58 2010
@@ -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.





More information about the llvm-commits mailing list