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 686d1cd commit dbbe1d9Copy full SHA for dbbe1d9
llvm/include/llvm/CodeGen/LiveRegMatrix.h
@@ -59,7 +59,8 @@ class LiveRegMatrix {
59
unsigned RegMaskVirtReg = 0;
60
BitVector RegMaskUsable;
61
62
- LiveRegMatrix() : LIUAlloc(new LiveIntervalUnion::Allocator()) {};
+ LiveRegMatrix()
63
+ : LIUAlloc(std::make_unique<LiveIntervalUnion::Allocator>()) {};
64
void releaseMemory();
65
66
public:
0 commit comments