mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-03 18:29:50 +00:00
[X86][MMX] Fix a typo in a couple of tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dde2e4f7b9
commit
bfa9a71f23
@ -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