1 ; Test to make sure that the 'private' is used correctly.
3 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu > %t
5 ; RUN: grep bl.*\.Lfoo %t
7 ; RUN: grep lis.*\.Lbaz %t
8 ; RUN: llc < %s -mtriple=powerpc-apple-darwin > %t
10 ; RUN: grep bl.*\L_foo %t
12 ; RUN: grep lis.*\L_baz %t
14 define private void @foo() nounwind {
18 @baz = private global i32 4;
20 define i32 @bar() nounwind {
22 %1 = load i32* @baz, align 4