diff options
Diffstat (limited to 'llvm/test/LTO/X86/linkonce_odr_func.ll')
| -rw-r--r-- | llvm/test/LTO/X86/linkonce_odr_func.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/LTO/X86/linkonce_odr_func.ll b/llvm/test/LTO/X86/linkonce_odr_func.ll index 7fa6527f47c..671b30a460c 100644 --- a/llvm/test/LTO/X86/linkonce_odr_func.ll +++ b/llvm/test/LTO/X86/linkonce_odr_func.ll @@ -46,7 +46,7 @@ declare void @f(void()*) declare void @p() -define void @bar() { +define void @bar() personality void()* @p { bb0: call void @foo1() call void @f(void()* @foo2) @@ -56,6 +56,6 @@ bb1: bb2: ret void clean: - landingpad {i32, i32} personality void()* @p cleanup + landingpad {i32, i32} cleanup ret void } |

