Revert "Convert a few std::strings to StringRef."
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 4 Jul 2014 20:02:42 +0000 (20:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 4 Jul 2014 20:02:42 +0000 (20:02 +0000)
commitc77a7749ffee133e5f888c8aa6bbb50c4f85f70a
treec04ae89c31d723a5da7a5adae9a534f2e97c592f
parentd4921230be717e4ba1eca7af88bd58bb0ed3e2f5
Revert "Convert a few std::strings to StringRef."

This reverts commit r212342.

We can get a StringRef into the current Record, but not one in the bitcode
itself since the string is compressed in it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212356 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/LTO/LTOModule.cpp