Don't restrict the set of instructions where we try to constant-fold the
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-02-17-AliasUsesAliasee.ll
1 ; RUN: llvm-as < %s | opt -globaldce
2
3 @A = alias internal void ()* @F
4 define internal void @F() { ret void }