summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/wineh-demotion.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WinEH/wineh-demotion.ll')
-rw-r--r--llvm/test/CodeGen/WinEH/wineh-demotion.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-demotion.ll b/llvm/test/CodeGen/WinEH/wineh-demotion.ll
index 411952d84bb..048466a26d1 100644
--- a/llvm/test/CodeGen/WinEH/wineh-demotion.ll
+++ b/llvm/test/CodeGen/WinEH/wineh-demotion.ll
@@ -1,6 +1,7 @@
; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare < %s | FileCheck %s
declare i32 @__CxxFrameHandler3(...)
+declare i32 @__C_specific_handler(...)
declare void @f()
@@ -327,7 +328,7 @@ exit:
}
; CHECK-LABEL: @test8(
-define void @test8() personality i32 (...)* @__CxxFrameHandler3 { entry:
+define void @test8() personality i32 (...)* @__C_specific_handler { entry:
invoke void @f()
to label %done unwind label %cleanup1
invoke void @f()
OpenPOWER on IntegriCloud