diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tailcall-structret.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tailcall-structret.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall-structret.ll b/llvm/test/CodeGen/X86/tailcall-structret.ll index 1e13f88219d..d8be4b2e2df 100644 --- a/llvm/test/CodeGen/X86/tailcall-structret.ll +++ b/llvm/test/CodeGen/X86/tailcall-structret.ll @@ -1,7 +1,6 @@ -; RUN: llc < %s -march=x86 -tailcallopt | FileCheck %s +; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL 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 } |