diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-safe-div-win32.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-safe-div-win32.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/seh-safe-div-win32.ll b/llvm/test/CodeGen/X86/seh-safe-div-win32.ll index d17f2217ca2..7f83b0c6466 100644 --- a/llvm/test/CodeGen/X86/seh-safe-div-win32.ll +++ b/llvm/test/CodeGen/X86/seh-safe-div-win32.ll @@ -71,13 +71,13 @@ __try.cont: ; Landing pad code -; CHECK: [[lpad1:LBB0_[0-9]+]]: # %lpad1 +; CHECK: [[lpad0:LBB0_[0-9]+]]: # %lpad0 ; Restore SP ; CHECK: movl {{.*}}(%ebp), %esp ; CHECK: calll _puts ; CHECK: jmp [[cont_bb]] -; CHECK: [[lpad0:LBB0_[0-9]+]]: # %lpad0 +; CHECK: [[lpad1:LBB0_[0-9]+]]: # %lpad1 ; Restore SP ; CHECK: movl {{.*}}(%ebp), %esp ; CHECK: calll _puts |