From 6871e5f4e527a202b13b051c215ff37f32811e7b Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 14 Feb 2013 03:45:08 +0000 Subject: Reapply "s/grep/FileCheck/ in some tests" This reverts commit fd1335e982bbf93c5f450ed4fd29f9f787435c85. Use a triple this time. llvm-svn: 175134 --- llvm/test/CodeGen/X86/tailcall-structret.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/tailcall-structret.ll') diff --git a/llvm/test/CodeGen/X86/tailcall-structret.ll b/llvm/test/CodeGen/X86/tailcall-structret.ll index d8be4b2e2df..dcfefe86704 100644 --- a/llvm/test/CodeGen/X86/tailcall-structret.ll +++ b/llvm/test/CodeGen/X86/tailcall-structret.ll @@ -1,6 +1,7 @@ -; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL +; RUN: llc < %s -mtriple=i686-unknown-linux -tailcallopt | FileCheck %s define fastcc { { i8*, i8* }*, i8*} @init({ { i8*, i8* }*, i8*}, i32) { entry: %2 = tail call fastcc { { i8*, i8* }*, i8* } @init({ { i8*, i8*}*, i8*} %0, i32 %1) ret { { i8*, i8* }*, i8*} %2 +; CHECK: jmp init } -- cgit v1.2.3