MC: collapse emission of producer
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 17 Jul 2014 16:27:35 +0000 (16:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 17 Jul 2014 16:27:35 +0000 (16:27 +0000)
commit19f8bc65f6c4733c41aef5d36a87e733c2e69841
treee9447b59996bde4776a9ea9c865df9ab6990c03e
parent6e81905eced1f688a16ff92bdf40931fe8321eff
MC: collapse emission of producer

Rather than use three EmitBytes, concatenate the string at compile time,
constructing a single StringRef and emitting the data in one shot.  This also
creates nicer assembly output.  NFC.

llvm-svn: 213273
llvm/lib/MC/MCDwarf.cpp