From 9cbb0d2b3c6fdd8b5b89d4f108c7da275b17607d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 10 Aug 2011 22:52:48 +0000 Subject: [PATCH] test/CodeGen/X86/opt-shuff-tstore.ll: Add explicit -mtriple=x86_64-linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137262 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/opt-shuff-tstore.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/opt-shuff-tstore.ll b/test/CodeGen/X86/opt-shuff-tstore.ll index 2d13feadede..fc24913be52 100644 --- a/test/CodeGen/X86/opt-shuff-tstore.ll +++ b/test/CodeGen/X86/opt-shuff-tstore.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=corei7 -march=x86-64 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s +; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux < %s -promote-elements -mattr=+sse2,+sse41 | FileCheck %s ; CHECK: func_4_8 ; A single memory write