[llvm] r230638 - [X86][MMX] Fix a typo in a couple of tests

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Thu Feb 26 07:16:09 PST 2015


Author: bruno
Date: Thu Feb 26 09:16:09 2015
New Revision: 230638

URL: http://llvm.org/viewvc/llvm-project?rev=230638&view=rev
Log:
[X86][MMX] Fix a typo in a couple of tests

Modified:
    llvm/trunk/test/CodeGen/X86/bitcast-mmx.ll
    llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll

Modified: llvm/trunk/test/CodeGen/X86/bitcast-mmx.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/bitcast-mmx.ll?rev=230638&r1=230637&r2=230638&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/bitcast-mmx.ll (original)
+++ llvm/trunk/test/CodeGen/X86/bitcast-mmx.ll Thu Feb 26 09:16:09 2015
@@ -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:

Modified: llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll?rev=230638&r1=230637&r2=230638&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll Thu Feb 26 09:16:09 2015
@@ -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:





More information about the llvm-commits mailing list