summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorSimon Tatham <simon.tatham@arm.com>2018-07-11 08:57:56 +0000
committerSimon Tatham <simon.tatham@arm.com>2018-07-11 08:57:56 +0000
commit09f256575b4a21a6e9151d1d0cee0bb435f13e29 (patch)
tree3e50831ed03cb7e099585dec8391e650c2803680 /llvm/lib/CodeGen/SelectionDAG
parent6a8c6cadf10c73f0f9caa1d53bc105f48910efd4 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud