dotnet-runtime / data /raw /sample /diffs /000286f7b0da4fb1d1ca66f6f2fe4543e8c959e3.diff
Ubuntu
Update dir structure
06bbd08
raw
history blame contribute delete
746 Bytes
diff --git a/src/coreclr/jit/lsraxarch.cpp b/src/coreclr/jit/lsraxarch.cpp
index faa0b8e8d4009c..ecdb69ed971901 100644
--- a/src/coreclr/jit/lsraxarch.cpp
+++ b/src/coreclr/jit/lsraxarch.cpp
@@ -438,7 +438,7 @@ int LinearScan::BuildNode(GenTree* tree)
case GT_XAND:
if (!tree->IsUnusedValue())
{
- // if value is unused, we'll emit a cmpxchg-loop idiom (requires RAX)
+ // if tree's value is used, we'll emit a cmpxchg-loop idiom (requires RAX)
buildInternalIntRegisterDefForNode(tree, availableIntRegs & ~RBM_RAX);
BuildUse(tree->gtGetOp1(), availableIntRegs & ~RBM_RAX);
BuildUse(tree->gtGetOp2(), availableIntRegs & ~RBM_RAX);