When globalopt transforms an integer global to a boolean, it appends ".b" to the name. This screws up my 'nm' output and makes me generally unhappy. This patch changes LLVM to keep the name (the alternative fix being to make the new global private instead of internal so it doesn't show up at all).<br>

<br>Nick<br><br>