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)
commit0ee9bc789499c7725ace1b6973c3fe5d4e8cae67
treeb6124409b0651c7cb537675f0753b411f13efcf9
parent4442b6ec3aa660489d08bbc3889666b519b1d062
Fix accidental use of the exotic "std::string::back()" method. Turns out it's
new in C++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198853 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp