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

5 lines
99 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: opt < %s -globaldce
@A = alias internal void ()* @F
define internal void @F() { ret void }