More checks in win32-seh-nested-finally.ll after comment on r264966

llvm-svn: 265027
This commit is contained in:
Hans Wennborg 2016-03-31 16:42:10 +00:00
parent 6ad762d36f
commit a7543ba10c
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,8 @@ attributes #3 = { noinline }
; CHECK: addl $12, %ebp
; CHECK: pushl $2
; CHECK: calll _f
; CHECK: addl $4, %esp
; CHECK: addl $4, %esp
; CHECK: popl %ebp
; CHECK: retl
@ -69,6 +71,7 @@ attributes #3 = { noinline }
; CHECK: addl $12, %ebp
; CHECK: pushl $3
; CHECK: calll _f
; CHECK: addl $8, %esp
; CHECK: popl %ebp
; CHECK: retl