PIC16 emits auto variables as globals. When optimizer removes a function...
PIC16 emits auto variables as globals. When optimizer removes a function entierly by estimating its side effects on globals, those globals(autos) without a function were not being printed by the Asm printer. llvm-svn: 73135
Loading
Please register or sign in to comment