summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs/comdat1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/Inputs/comdat1.ll')
-rw-r--r--lld/test/wasm/Inputs/comdat1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/wasm/Inputs/comdat1.ll b/lld/test/wasm/Inputs/comdat1.ll
index 9e5bd1a6de9..34f7f161d10 100644
--- a/lld/test/wasm/Inputs/comdat1.ll
+++ b/lld/test/wasm/Inputs/comdat1.ll
@@ -12,8 +12,8 @@ define internal void @do_init() comdat($foo) {
ret void
}
-@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void
-()*, i8* } { i32 65535, void ()* @do_init, i8* null }]
+%0 = type { i32, void ()*, i8* }
+@llvm.global_ctors = appending global [1 x %0 ] [%0 { i32 65535, void ()* @do_init, i8* null }]
; Everything above this is part of the `foo` comdat group
OpenPOWER on IntegriCloud