diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-cc-callee-pops.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-cc-callee-pops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-cc-callee-pops.ll b/llvm/test/CodeGen/X86/fast-cc-callee-pops.ll index 9b03634b853..941f7087f62 100644 --- a/llvm/test/CodeGen/X86/fast-cc-callee-pops.ll +++ b/llvm/test/CodeGen/X86/fast-cc-callee-pops.ll @@ -3,6 +3,6 @@ ; Check that a fastcc function pops its stack variables before returning. -define x86_fastcallcc void @func(i64 %X, i64 %Y, float %G, double %Z) { +define x86_fastcallcc void @func(i64 %X, i64 %Y, float %G, double %Z) nounwind { ret void } |