[X86][MMX] Fix a typo in a couple of tests

llvm-svn: 230638
This commit is contained in:
Bruno Cardoso Lopes 2015-02-26 15:16:09 +00:00
parent 7b6c1ec22d
commit 9801cd9b6a
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: