Update a header comment.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 26 Jun 2017 22:30:15 +0000 (15:30 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 26 Jun 2017 22:30:15 +0000 (15:30 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/030b7a12ec0d172fbd22a94c07fe55659d4dfc74

src/coreclr/src/jit/lir.cpp

index a0d890c..f9608bb 100644 (file)
@@ -971,6 +971,7 @@ void LIR::Range::InsertAtEnd(Range&& range)
 //
 // Arguments:
 //    node - The node to remove. Must be part of this range.
+//    markOperandsUnused - If true, marks the node's operands as unused.
 //
 void LIR::Range::Remove(GenTree* node, bool markOperandsUnused)
 {