We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5643a67 commit 61a2c2dCopy full SHA for 61a2c2d
llvm/include/llvm/CodeGen/RegAllocPBQP.h
@@ -192,8 +192,7 @@ class NodeMetadata {
192
everConservativelyAllocatable(Other.everConservativelyAllocatable)
193
#endif
194
{
195
- if (NumOpts > 0)
196
- llvm::copy(Other.optUnsafeEdges(), &OptUnsafeEdges[0]);
+ llvm::copy(Other.optUnsafeEdges(), &OptUnsafeEdges[0]);
197
}
198
199
NodeMetadata(NodeMetadata &&) = default;
0 commit comments