; Test to make sure that the 'private' is used correctly.;; RUN: llc < %s -march=mips > %t; RUN: grep \\\$foo: %t; RUN: grep call.*\\\$foo %t; RUN: grep \\\$baz: %t; RUN: grep lw.*\\\$baz %tdeclarevoid@foo()defineprivatevoid@foo(){retvoid}@baz=privateglobali324definei32@bar(){callvoid@foo()%1=loadi32*@baz,align4reti32%1}