mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[X86][MMX] Fix a typo in a couple of tests
llvm-svn: 230638
This commit is contained in:
parent
7282dad6b1
commit
a831838ec1
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86_64 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
|
||||
define i32 @t0(i64 %x) {
|
||||
; CHECK-LABEL: t0:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86_64 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
|
||||
define i32 @test0(<1 x i64>* %v4) {
|
||||
; CHECK-LABEL: test0:
|
||||
|
Loading…
Reference in New Issue
Block a user