Skip to content

Commit 0c8810e

Browse files
committed
Address comments from mikaelholmen
1 parent 6254638 commit 0c8810e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
; This test checks if the global merge func pass should not build module summary.
2+
3+
; RUN: opt --passes=global-merge-func %s -o /dev/null
4+
5+
@0 = global { { ptr, i32, i32 } } { { ptr, i32, i32 } { ptr null, i32 19, i32 5 } }
6+
@1 = global { { ptr, i32, i32 } } { { ptr, i32, i32 } { ptr null, i32 22, i32 5 } }

0 commit comments

Comments
 (0)