From e025908cf49dcaec5b673b58d14b92e27b831956 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 10 Mar 2010 07:07:45 +0000 Subject: [PATCH] Unbreak test on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98141 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pre-split6.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pre-split6.ll b/test/CodeGen/X86/pre-split6.ll index bbc3cef3773..837e238b620 100644 --- a/test/CodeGen/X86/pre-split6.ll +++ b/test/CodeGen/X86/pre-split6.ll @@ -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 ; [#uses=1] -- 2.34.1