From 9801cd9b6a9b67ef93686768758546bd60572b6a Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Thu, 26 Feb 2015 15:16:09 +0000 Subject: [PATCH] [X86][MMX] Fix a typo in a couple of tests llvm-svn: 230638 --- llvm/test/CodeGen/X86/bitcast-mmx.ll | 2 +- llvm/test/CodeGen/X86/vec_extract-mmx.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/bitcast-mmx.ll b/llvm/test/CodeGen/X86/bitcast-mmx.ll index 8aeee1d85038..de1cb5ad8304 100644 --- a/llvm/test/CodeGen/X86/bitcast-mmx.ll +++ b/llvm/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/llvm/test/CodeGen/X86/vec_extract-mmx.ll b/llvm/test/CodeGen/X86/vec_extract-mmx.ll index 118163cc534c..c6c93a11d6da 100644 --- a/llvm/test/CodeGen/X86/vec_extract-mmx.ll +++ b/llvm/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: