projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad762d
)
More checks in win32-seh-nested-finally.ll after comment on r264966
author
Hans Wennborg
<hans@hanshq.net>
Thu, 31 Mar 2016 16:42:10 +0000
(16:42 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 31 Mar 2016 16:42:10 +0000
(16:42 +0000)
llvm-svn: 265027
llvm/test/CodeGen/X86/win32-seh-nested-finally.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll
b/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll
index
2f772f6
..
b732815
100644
(file)
--- a/
llvm/test/CodeGen/X86/win32-seh-nested-finally.ll
+++ b/
llvm/test/CodeGen/X86/win32-seh-nested-finally.ll
@@
-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