summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2017-11-03 14:40:40 -0700
committerCarol Eidt <carol.eidt@microsoft.com>2017-11-03 14:40:40 -0700
commit7ca15826297bd798ad68c29ae332600336959f47 (patch)
tree2980343d03487cbe3998447806c9919dfceea7fa /src
parent71ad029559574c46f8b7e790877b2e42c9de9157 (diff)
downloadcoreclr-7ca15826297bd798ad68c29ae332600336959f47.tar.gz
coreclr-7ca15826297bd798ad68c29ae332600336959f47.tar.bz2
coreclr-7ca15826297bd798ad68c29ae332600336959f47.zip
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/jit/lsra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/lsra.cpp b/src/jit/lsra.cpp
index 184835baad..6b9cde5acc 100644
--- a/src/jit/lsra.cpp
+++ b/src/jit/lsra.cpp
@@ -6615,7 +6615,7 @@ void LinearScan::checkAndAssignInterval(RegRecord* regRec, Interval* interval)
((assignedInterval == nullptr) || (assignedInterval->registerType == TYP_FLOAT)))
{
RegRecord* otherRegRecord = getSecondHalfRegRec(regRec);
- assignedInterval = otherRegRecord->assignedInterval;
+ assignedInterval = otherRegRecord->assignedInterval;
if (assignedInterval != nullptr && assignedInterval != interval)
{
if (assignedInterval->assignedReg == otherRegRecord)