2009-02-17-AliasUsesAliasee.ll   [plain text]


; RUN: opt < %s -globaldce

@A = alias internal void ()* @F
define internal void @F() { ret void }