YouCompleteMe/cpp/llvm/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
2012-07-05 17:51:06 -07:00

5 lines
99 B
LLVM

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