[all-commits] [llvm/llvm-project] 2e6530: [LiveIntervals] Fix comment to match code for getN...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Sun Jul 30 22:08:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e6530c8e0a5a0a543991d8334c4dcca56b27c86
https://github.com/llvm/llvm-project/commit/2e6530c8e0a5a0a543991d8334c4dcca56b27c86
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M llvm/include/llvm/CodeGen/LiveInterval.h
Log Message:
-----------
[LiveIntervals] Fix comment to match code for getNextValue (NFC)
Comment mentions MIIdx, but the actual parameter is def.
Fix comment, but also rename parameter to Def to match current
coding standards while touching the code.
More information about the All-commits
mailing list