diff options
author | Simon Tatham <simon.tatham@arm.com> | 2018-07-11 08:57:56 +0000 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2018-07-11 08:57:56 +0000 |
commit | 09f256575b4a21a6e9151d1d0cee0bb435f13e29 (patch) | |
tree | 3e50831ed03cb7e099585dec8391e650c2803680 /llvm/lib/CodeGen/SelectionDAG | |
parent | 6a8c6cadf10c73f0f9caa1d53bc105f48910efd4 (diff) | |
download | bcm5719-llvm-09f256575b4a21a6e9151d1d0cee0bb435f13e29.tar.gz bcm5719-llvm-09f256575b4a21a6e9151d1d0cee0bb435f13e29.zip |
[TableGen] Add missing std::moves to fix build failure.
gcc 4.7 seems to disagree with gcc 5.3 about whether you need to say
'return std::move(thing)' instead of just 'return thing'. All the
json::Arrays and json::Objects that I was implicitly turning into
json::Values by returning them from functions now have explicit
std::move wrappers, so hopefully 4.7 will be happy now.
llvm-svn: 336772
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
0 files changed, 0 insertions, 0 deletions