Skip to content

Commit 79c2f1e

Browse files
committed
[Gardening] Tweaked comments.
1 parent 65ffed3 commit 79c2f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Transforms/CopyPropagation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ static bool sinkOwnedForward(SILInstruction *ownedForward,
373373
namespace {
374374

375375
class CopyPropagation : public SILFunctionTransform {
376-
/// True if debug_value instructions should be pruned.
376+
/// If true, debug_value instructions should be pruned.
377377
bool pruneDebug;
378-
/// True if all values should be canonicalized.
378+
/// If true, all values will be canonicalized.
379379
bool canonicalizeAll;
380380
/// If true, then borrow scopes will be canonicalized, allowing copies of
381381
/// guaranteed values to be optimized. Does *not* shrink the borrow scope.

0 commit comments

Comments
 (0)