From bfa9a71f231f3cbb9af092e24e1503c2f82a89dd 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230638 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/bitcast-mmx.ll | 2 +- test/CodeGen/X86/vec_extract-mmx.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.34.1