Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
blob0c5ef92ef71ecea59478f57636179c91743aff58
1 ; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
3 @a = global void ()* @f         ; <void ()**> [#uses=0]
5 define internal void @f() {
6         unreachable