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)
commit1919beac0dc44cf3e41dbaa7d3616e6be6d0d010
tree14a1915dd3c8cf170f028a1d5f98601ad470447a
parentb26ede07adf207680217dd364b90de1be01e3ef9
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDwarf.cpp