Drop the LLVM mangler escape when printing the IR name in assembly comments
authorReid Kleckner <rnk@google.com>
Fri, 30 Jun 2017 18:22:51 +0000 (18:22 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 30 Jun 2017 18:22:51 +0000 (18:22 +0000)
commit4a4d726bc6788b3169020c70308a07bcc6cc1218
tree6b4ceb2374d314d71e70c210948fda61258b63ef
parent5de7361097cc6969d000ca9c2d3b5a2c02477643
Drop the LLVM mangler escape when printing the IR name in assembly comments

I'm tired of seeing this:
        .globl  "?Test@@YAXXZ"          # -- Begin function ^A?Test@@YAXXZ

llvm-svn: 306855
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp