[X86][MMX] Fix a typo in a couple of tests
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 26 Feb 2015 15:16:09 +0000 (15:16 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 26 Feb 2015 15:16:09 +0000 (15:16 +0000)
llvm-svn: 230638

llvm/test/CodeGen/X86/bitcast-mmx.ll
llvm/test/CodeGen/X86/vec_extract-mmx.ll

index 8aeee1d..de1cb5a 100644 (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:
index 118163c..c6c93a1 100644 (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: