aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/win64_call_epi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/win64_call_epi.ll')
-rw-r--r--test/CodeGen/X86/win64_call_epi.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/win64_call_epi.ll b/test/CodeGen/X86/win64_call_epi.ll
index 71c44b085004..096cbe41c540 100644
--- a/test/CodeGen/X86/win64_call_epi.ll
+++ b/test/CodeGen/X86/win64_call_epi.ll
@@ -5,7 +5,7 @@ declare void @baz()
declare i32 @personality(...)
; Check for 'nop' between the last call and the epilogue.
-define void @foo1() {
+define void @foo1() personality i32 (...)* @personality {
invoke void @bar()
to label %normal
@@ -15,7 +15,7 @@ normal:
ret void
catch:
- %1 = landingpad { i8*, i32 } personality i32 (...)* @personality cleanup
+ %1 = landingpad { i8*, i32 } cleanup
resume { i8*, i32 } %1
}
; WIN64-LABEL: foo1: