From cab9ce9163b11189933ded2bb81d30e6fb29ed61 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 13 Apr 2015 20:24:40 +0000 Subject: Add mtriple to test case to avoid problems with different naming schemes llvm-svn: 234793 --- llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen') diff --git a/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll b/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll index 78c84c47d49..9efa6afd123 100644 --- a/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll +++ b/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -march=x86-64 -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s ; CHECK-LABEL: tail_memcpy ; CHECK: jmp memcpy -- cgit v1.2.3