1 ; Test to make sure that the 'private' is used correctly.
3 ; RUN: llc < %s -march=cellspu > %t
5 ; RUN: grep brsl.*\.Lfoo %t
7 ; RUN: grep ila.*\.Lbaz %t
12 define private void @foo() {
16 @baz = private global i32 4
20 %1 = load i32* @baz, align 4