[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230638 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 8aeee1d85038ad3eef948750c1f03478db347e96..de1cb5ad83048b66ab5861d0f10ae699de4c6d08 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 118163cc534ca59d545beab5232c536e3799fa5e..c6c93a11d6da2ea61a0577e5b4ebe44880c0c408 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: