Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
blob12849b7aa96c473f56fd33661b33c78819060f47
1 ; RUN: opt < %s -print-callgraph -disable-output |& \
2 ; RUN:   grep {Calls function}
4 @a = global void ()* @f         ; <void ()**> [#uses=0]
6 define internal void @f() {
7         unreachable