1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/AArch64/Utils
Tim Northover fce6f1f592 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).

llvm-svn: 274586
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