Avoid garbage output in the statistics display by ensuring that the
strings passed to Statistic's constructor are not destructable. The stats are printed during static destruction and the SimplifyLibCalls module was getting destructed before the statistics. llvm-svn: 21661
Loading
Please register or sign in to comment