Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-02-17-AliasUsesAliasee.ll
1 ; RUN: opt < %s -globaldce
2
3 @A = alias internal void ()* @F
4 define internal void @F() { ret void }