New test.
[oota-llvm.git] / test / CodeGen / X86 / fast-cc-callee-pops.ll
index 633e7c4868c8c2e58fc2457e8eb49b80ab1eb199..ed15dd2c42cb6f93d3671b06ae8a2c419364b6de 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc  | grep 'ret 28'
+; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN:   llc -march=x86 -x86-asm-syntax=intel -mcpu=yonah | grep {ret 20}
 
 ; Check that a fastcc function pops its stack variables before returning.
 
-fastcc void %func(long %X, long %Y, float %G, double %Z) {
+x86_fastcallcc void %func(long %X, long %Y, float %G, double %Z) {
        ret void
 }