[llvm-commits] patch: use takename in globalopt

Nick Lewycky nlewycky at google.com
Fri May 1 19:22:50 PDT 2009


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).

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090501/b572ee5e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: globalopt-takename.patch
Type: text/x-diff
Size: 949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090501/b572ee5e/attachment.patch>


More information about the llvm-commits mailing list