[llvm-commits] [llvm] r98141 - /llvm/trunk/test/CodeGen/X86/pre-split6.ll

Evan Cheng evan.cheng at apple.com
Tue Mar 9 23:07:46 PST 2010


Author: evancheng
Date: Wed Mar 10 01:07:45 2010
New Revision: 98141

URL: http://llvm.org/viewvc/llvm-project?rev=98141&view=rev
Log:
Unbreak test on Linux.

Modified:
    llvm/trunk/test/CodeGen/X86/pre-split6.ll

Modified: llvm/trunk/test/CodeGen/X86/pre-split6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pre-split6.ll?rev=98141&r1=98140&r2=98141&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pre-split6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pre-split6.ll Wed Mar 10 01:07:45 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split | grep {divsd	24} | count 1
+; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -pre-alloc-split | grep {divsd	24} | count 1
 
 @current_surfaces.b = external global i1		; <i1*> [#uses=1]
 





More information about the llvm-commits mailing list