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