forked from OSchip/llvm-project
[X86][MMX] Fix a typo in a couple of tests
llvm-svn: 230638
This commit is contained in:
parent
7b6c1ec22d
commit
9801cd9b6a
|
@ -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