From: Evan Cheng Date: Fri, 5 Sep 2008 20:04:37 +0000 (+0000) Subject: Fix test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7f132122c854ff865da6debe9381cc715fbad487;p=oota-llvm.git Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55849 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fastcc.ll b/test/CodeGen/X86/fastcc.ll index 07af8051176..f18f34deb19 100644 --- a/test/CodeGen/X86/fastcc.ll +++ b/test/CodeGen/X86/fastcc.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep mov | grep ecx | grep 0 -; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep mov | grep xmm0 | grep 8 +; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep ecx | grep 0 +; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep xmm0 | grep 8 @d = external global double ; [#uses=1] @c = external global double ; [#uses=1]