[all-commits] [llvm/llvm-project] 4b5412: Fix the move constructor of MMI to move MachineFun...
Sridhar Gopinath via All-commits
all-commits at lists.llvm.org
Mon Jul 27 14:10:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b5412b5dbc87096e420de5172837b4bd5ab9485
https://github.com/llvm/llvm-project/commit/4b5412b5dbc87096e420de5172837b4bd5ab9485
Author: Sridhar Gopinath <sridhar.g at utexas.edu>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/MachineModuleInfo.cpp
Log Message:
-----------
Fix the move constructor of MMI to move MachineFunctions map
The move constructor of MachineModuleInfo currently does not copy the
MachineFunctions map. This commit fixes this issue.
Patch by Sridhar Gopinath. Thanks!
Differential Revision: https://reviews.llvm.org/D84274
More information about the All-commits
mailing list