This test also requires -mattr=+sse41.

llvm-svn: 60601
This commit is contained in:
Evan Cheng 2008-12-05 19:26:37 +00:00
parent 08ad59d631
commit 460beb0063

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9.5 -relocation-model=pic
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9.5 -mattr=+sse41 -relocation-model=pic
%struct.XXActiveTextureTargets = type { i64, i64, i64, i64, i64, i64 }
%struct.XXAlphaTest = type { float, i16, i8, i8 }