From e84fb01d630b2f1c7d24b02026c99726c975c133 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Mon, 26 Jun 2017 15:30:15 -0700 Subject: [PATCH] Update a header comment. Commit migrated from https://github.com/dotnet/coreclr/commit/030b7a12ec0d172fbd22a94c07fe55659d4dfc74 --- src/coreclr/src/jit/lir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/src/jit/lir.cpp b/src/coreclr/src/jit/lir.cpp index a0d890c..f9608bb 100644 --- a/src/coreclr/src/jit/lir.cpp +++ b/src/coreclr/src/jit/lir.cpp @@ -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) { -- 2.7.4