llvm/lib/Target/AArch64/Utils
Tim Northover 2c95e5c1c0 AArch64: try to fix optimized build failure.
I think the Ops filled out by Regex::match contain pointers into the temporary
std::string returned by StringRef::upper. Its lifetime is extended by the call
to match, but only until the end of that call (not to the uses of Ops later
on).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274586 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-05 23:15:58 +00:00
..
AArch64BaseInfo.cpp AArch64: try to fix optimized build failure. 2016-07-05 23:15:58 +00:00
AArch64BaseInfo.h AArch64: TableGenerate system instruction operands. 2016-07-05 21:23:04 +00:00
CMakeLists.txt
LLVMBuild.txt