[llvm-commits] [llvm] r132126 - /llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll

Eli Friedman eli.friedman at gmail.com
Thu May 26 11:00:32 PDT 2011


Author: efriedma
Date: Thu May 26 13:00:32 2011
New Revision: 132126

URL: http://llvm.org/viewvc/llvm-project?rev=132126&view=rev
Log:
Fix test on Windows.


Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll?rev=132126&r1=132125&r2=132126&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-i1.ll Thu May 26 13:00:32 2011
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -fast-isel -fast-isel-abort | FileCheck %s
-; RUN: llc < %s -march=x86-64 -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple=i686-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
 
 declare i32 @test1a(i32)
 





More information about the llvm-commits mailing list