For PR1319: Upgrade to new test harness.
[oota-llvm.git] / test / CodeGen / X86 / fast-cc-callee-pops.ll
index 75e36dce338517861015a3d7ea316269e5cbcda9..ed15dd2c42cb6f93d3671b06ae8a2c419364b6de 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=yonah | grep 'ret 20'
+; 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.