aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/eh-label.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/eh-label.ll')
-rw-r--r--test/CodeGen/X86/eh-label.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/eh-label.ll b/test/CodeGen/X86/eh-label.ll
index aff0bcfffcfe..d349174f95b7 100644
--- a/test/CodeGen/X86/eh-label.ll
+++ b/test/CodeGen/X86/eh-label.ll
@@ -3,7 +3,7 @@
declare void @g()
-define void @f() {
+define void @f() personality i8* bitcast (void ()* @g to i8*) {
bb0:
call void asm ".Lfunc_end0:", ""()
; CHECK: #APP
@@ -12,7 +12,7 @@ bb0:
invoke void @g() to label %bb2 unwind label %bb1
bb1:
- landingpad { i8*, i32 } personality i8* bitcast (void ()* @g to i8*)
+ landingpad { i8*, i32 }
catch i8* null
call void @g()
ret void