Format code.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 8 Mar 2017 16:59:08 +0000 (08:59 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 8 Mar 2017 16:59:08 +0000 (08:59 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/8f11e0fb6e3ce11980def0501652c6f8d711154d

src/coreclr/src/jit/lsra.cpp

index be787c6..fe7b599 100644 (file)
@@ -731,7 +731,8 @@ void LinearScan::associateRefPosWithInterval(RefPosition* rp)
                     }
                 }
 
-                rp->lastUse = (rp->refType != RefTypeExpUse) && (rp->refType != RefTypeParamDef) && (rp->refType != RefTypeZeroInit);
+                rp->lastUse = (rp->refType != RefTypeExpUse) && (rp->refType != RefTypeParamDef) &&
+                              (rp->refType != RefTypeZeroInit);
             }
             else if (RefTypeIsUse(rp->refType))
             {