diff options
-rw-r--r-- | test/CodeGen/X86/fast-cc-callee-pops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-callee-pops.ll b/test/CodeGen/X86/fast-cc-callee-pops.ll index 7d5df80123..ab0d488b2d 100644 --- a/test/CodeGen/X86/fast-cc-callee-pops.ll +++ b/test/CodeGen/X86/fast-cc-callee-pops.ll @@ -2,6 +2,6 @@ ; Check that a fastcc function pops its stack variables before returning. -fastcc void %func(long %X, long %Y, float %G, double %Z) { +cc65 void %func(long %X, long %Y, float %G, double %Z) { ret void } |