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 2f63046 commit 6fe8ff2Copy full SHA for 6fe8ff2
src/coreclr/jit/lsraarm64.cpp
@@ -37,7 +37,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
37
RefPosition* LinearScan::getNextConsecutiveRefPosition(RefPosition* refPosition)
38
{
39
assert(compiler->info.compNeedsConsecutiveRegisters);
40
- RefPosition* nextRefPosition;
+ RefPosition* nextRefPosition = nullptr;
41
assert(refPosition->needsConsecutive);
42
nextConsecutiveRefPositionMap->Lookup(refPosition, &nextRefPosition);
43
assert((nextRefPosition == nullptr) || nextRefPosition->needsConsecutive);
0 commit comments