Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / 2004-02-13-FrameReturnAddress.ll
index fea2b54d763053124fa845385d8d908e266e9065..dde210b776af79220537c933af300a8c1c0fc727 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march=x86 | grep {(%esp}
-; RUN: llc < %s -march=x86 | grep {pushl       %ebp} | count 1
-; RUN: llc < %s -march=x86 | grep {popl        %ebp} | count 1
+; RUN: llc < %s -march=x86 | grep "(%esp"
+; RUN: llc < %s -march=x86 | grep "pushl       %ebp" | count 1
+; RUN: llc < %s -march=x86 | grep "popl        %ebp" | count 1
 
 declare i8* @llvm.returnaddress(i32)