Fix accidental use of the exotic "std::string::back()" method. Turns out it's
authorLang Hames <lhames@gmail.com>
Thu, 9 Jan 2014 05:29:59 +0000 (05:29 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 9 Jan 2014 05:29:59 +0000 (05:29 +0000)
commitf9dd8fdc5e02414e759248fea20b6958a0e8fbd8
tree6d9bc910aa0ab6a595c0260a8efdafbb99046c5a
parent1ddecc0777e935e75da5cc767be2a26f75421ce7
Fix accidental use of the exotic "std::string::back()" method. Turns out it's
new in C++11.

llvm-svn: 198853
llvm/tools/lli/lli.cpp