llvm-6502/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll

5 lines
99 B
LLVM
Raw Normal View History

; RUN: opt < %s -globaldce
@A = internal alias void ()* @F
define internal void @F() { ret void }