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

5 lines
108 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: opt < %s -globaldce
@A = internal alias void (), void ()* @F
define internal void @F() { ret void }