diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win32-seh-catchpad.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win32-seh-catchpad.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win32-seh-catchpad.ll b/llvm/test/CodeGen/X86/win32-seh-catchpad.ll index dd14f2df689..4e373af23e4 100644 --- a/llvm/test/CodeGen/X86/win32-seh-catchpad.ll +++ b/llvm/test/CodeGen/X86/win32-seh-catchpad.ll @@ -220,7 +220,6 @@ catchendblock: ; preds = %catch.dispatch ; CHECK: # %catch.dispatch ; CHECK-NEXT: movl -24(%ebp), %esp ; CHECK-NEXT: addl $12, %ebp -; CHECK: # %__except.ret ; CHECK-NEXT: movl $-1, -16(%ebp) ; CHECK-NEXT: movl $2, (%esp) ; CHECK-NEXT: calll _f |