Change these tests to feed the assembly files to opt directly, instead
[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 }