A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / Transforms / GlobalDCE / 2009-02-17-AliasUsesAliasee.ll
blob68933c6ef3769397f163402e0cc5cbe81edf6def
1 ; RUN: opt < %s -globaldce
3 @A = alias internal void ()* @F
4 define internal void @F() { ret void }