summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll')
-rw-r--r--test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll b/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
index f48b1d3..fea2b54 100644
--- a/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
+++ b/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {(%esp}
+; 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)
OpenPOWER on IntegriCloud