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, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-demotion.ll b/llvm/test/CodeGen/WinEH/wineh-demotion.ll
index 048466a26d1..411952d84bb 100644
--- a/llvm/test/CodeGen/WinEH/wineh-demotion.ll
+++ b/llvm/test/CodeGen/WinEH/wineh-demotion.ll
@@ -1,7 +1,6 @@
; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare < %s | FileCheck %s
declare i32 @__CxxFrameHandler3(...)
-declare i32 @__C_specific_handler(...)
declare void @f()
@@ -328,7 +327,7 @@ exit:
}
; CHECK-LABEL: @test8(
-define void @test8() personality i32 (...)* @__C_specific_handler { entry:
+define void @test8() personality i32 (...)* @__CxxFrameHandler3 { entry:
invoke void @f()
to label %done unwind label %cleanup1
invoke void @f()
OpenPOWER on IntegriCloud