Fix test failure on non-Apple systems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-07-12 06:48:47 +00:00
parent 21c39a6520
commit b7f7128fb5

View File

@ -2,6 +2,8 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movaps | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movups | wc -l | grep 2
target triple = "i686-apple-darwin"
%x = global [4 x int] [ int 1, int 2, int 3, int 4 ]
<2 x long> %test1() {