summaryrefslogtreecommitdiff
path: root/test/Linker/constructor-comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/constructor-comdat.ll')
-rw-r--r--test/Linker/constructor-comdat.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/constructor-comdat.ll b/test/Linker/constructor-comdat.ll
index dfc899208aa37..e62990157a96d 100644
--- a/test/Linker/constructor-comdat.ll
+++ b/test/Linker/constructor-comdat.ll
@@ -4,8 +4,8 @@
$_ZN3fooIiEC5Ev = comdat any
; CHECK: $_ZN3fooIiEC5Ev = comdat any
-@_ZN3fooIiEC1Ev = weak_odr alias void ()* @_ZN3fooIiEC2Ev
-; CHECK: @_ZN3fooIiEC1Ev = weak_odr alias void ()* @_ZN3fooIiEC2Ev
+@_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev
+; CHECK: @_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev
; CHECK: define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) {
define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) {