Revert r235451 since it is attached to a wrong Differential Revision. Sorry.
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-02-17-AliasUsesAliasee.ll
1 ; RUN: opt < %s -globaldce
2
3 @A = internal alias void ()* @F
4 define internal void @F() { ret void }