llvm-6502/lib/Target/ARM64/AsmParser
Chandler Carruth 1f408b1474 [ARM64] Fix a heap-use-after-free spotted by ASan.
StringRef::lower() returns a std::string. Better yet, we can now stop
thinking about what it returns and write 'auto'. It does the right
thing. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205135 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-30 09:08:07 +00:00
..
ARM64AsmParser.cpp [ARM64] Fix a heap-use-after-free spotted by ASan. 2014-03-30 09:08:07 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile