bolt/deps/llvm-18.1.8/llvm/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll

5 lines
110 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=globaldce
@A = internal alias void (), ptr @F
define internal void @F() { ret void }