summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tailcall-structret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/tailcall-structret.ll')
-rw-r--r--llvm/test/CodeGen/X86/tailcall-structret.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall-structret.ll b/llvm/test/CodeGen/X86/tailcall-structret.ll
index d8be4b2e2df..1e13f88219d 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 -march=x86 -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
}
OpenPOWER on IntegriCloud