fix rdar://9297011 - udiv by power of two causing fast-isel rejects
[oota-llvm.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
1 ; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
2
3 @a = global void ()* @f         ; <void ()**> [#uses=0]
4
5 define internal void @f() {
6         unreachable
7 }