Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid).
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Apr 2014 03:05:59 +0000 (03:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Apr 2014 03:05:59 +0000 (03:05 +0000)
commitf2eed86ea59e27eaae6caab72d8a46a431f266df
treeb88618e3d7c4d66b3db7d0aa92b0d7eb9461cc49
parent6c66c4d2ebb32768a7f11d9e792083856e4d58bb
Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid).

FIXME: Could we use SmallString here?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205950 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.cpp