zpu: managed to compile program that writes constant to global variable
[llvm/zpu.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 }