Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[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 }