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