From: Bruno Cardoso Lopes Date: Thu, 26 Feb 2015 15:16:09 +0000 (+0000) Subject: [X86][MMX] Fix a typo in a couple of tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bfa9a71f231f3cbb9af092e24e1503c2f82a89dd;p=oota-llvm.git [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 --- diff --git a/test/CodeGen/X86/bitcast-mmx.ll b/test/CodeGen/X86/bitcast-mmx.ll index 8aeee1d8503..de1cb5ad830 100644 --- a/test/CodeGen/X86/bitcast-mmx.ll +++ b/test/CodeGen/X86/bitcast-mmx.ll @@ -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: diff --git a/test/CodeGen/X86/vec_extract-mmx.ll b/test/CodeGen/X86/vec_extract-mmx.ll index 118163cc534..c6c93a11d6d 100644 --- a/test/CodeGen/X86/vec_extract-mmx.ll +++ b/test/CodeGen/X86/vec_extract-mmx.ll @@ -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: