diff options
author | Tim Northover <tnorthover@apple.com> | 2016-07-05 23:15:58 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2016-07-05 23:15:58 +0000 |
commit | 449c15e1bd1ebcdd76cfb532fd1fb461229adf3a (patch) | |
tree | 07e42cf4f3eff26de837c7de9fd8cf5b59be3270 /llvm/lib/Transforms | |
parent | ad2b63cbaa33c0edcd378deb70caf3610c49ca2e (diff) | |
download | bcm5719-llvm-449c15e1bd1ebcdd76cfb532fd1fb461229adf3a.tar.gz bcm5719-llvm-449c15e1bd1ebcdd76cfb532fd1fb461229adf3a.zip |
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
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions