summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/seh-exception-code.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WinEH/seh-exception-code.ll')
-rw-r--r--llvm/test/CodeGen/WinEH/seh-exception-code.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WinEH/seh-exception-code.ll b/llvm/test/CodeGen/WinEH/seh-exception-code.ll
index 2998e798213..acb3d5c5e47 100644
--- a/llvm/test/CodeGen/WinEH/seh-exception-code.ll
+++ b/llvm/test/CodeGen/WinEH/seh-exception-code.ll
@@ -52,13 +52,13 @@ __try.cont: ; preds = %invoke.cont, %__exc
; CHECK: landingpad
; CHECK: indirectbr i8* %{{[^,]*}}, [label %[[except_split1:.*]]]
; CHECK: [[except_split1]]:
-; CHECK: call i32 @llvm.eh.exceptioncode()
+; CHECK: call i32 @llvm.eh.exceptioncode.old()
; CHECK: br label %__except
;
; CHECK: landingpad
; CHECK: indirectbr i8* %{{[^,]*}}, [label %[[except_split2:.*]]]
; CHECK: [[except_split2]]:
-; CHECK: call i32 @llvm.eh.exceptioncode()
+; CHECK: call i32 @llvm.eh.exceptioncode.old()
; CHECK: br label %__except
;
; CHECK: __except:
OpenPOWER on IntegriCloud