PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
blobffc27bbe43d1a8dfab08dce246b634c41447dfde
1 ; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \
2 ; RUN:   grep {Calls function}
4 @a = global void ()* @f         ; <void ()**> [#uses=0]
6 define internal void @f() {
7         unreachable