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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
108 B
LLVM
Raw Normal View History

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