mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
llvm-svn: 85637
This commit is contained in:
parent
cd411a597d
commit
14157e31a3
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse3 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+ssse3 | FileCheck %s
|
||||
; rdar://7341330
|
||||
|
||||
@a = global [4 x i32] [i32 4, i32 5, i32 6, i32 7], align 16 ; <[4 x i32]*> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user