aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/arange-and-stub.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/arange-and-stub.ll')
-rw-r--r--test/DebugInfo/X86/arange-and-stub.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/arange-and-stub.ll b/test/DebugInfo/X86/arange-and-stub.ll
index b1ab6b9fc899..bbc6de5e573c 100644
--- a/test/DebugInfo/X86/arange-and-stub.ll
+++ b/test/DebugInfo/X86/arange-and-stub.ll
@@ -16,7 +16,7 @@ define void @foo() {
ret void
}
-define void @bar() {
+define void @bar() personality i8* bitcast (void ()* @foo to i8*) {
invoke void @foo()
to label %invoke.cont unwind label %lpad
@@ -24,7 +24,7 @@ invoke.cont: ; preds = %0
ret void
lpad: ; preds = %0
- %tmp1 = landingpad { i8*, i32 } personality i8* bitcast (void ()* @foo to i8*)
+ %tmp1 = landingpad { i8*, i32 }
filter [1 x i8*] [i8* bitcast (i8** @_ZTId to i8*)]
ret void
}