mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
767f816b92
commit
3b9c5eb589
@ -210,7 +210,7 @@ public:
|
||||
/// function can only be called once per basic block. Once the live-in value
|
||||
/// has been determined, calculateValues() will add liveness to LI.
|
||||
///
|
||||
/// @param LI The live range that is live-in to the block.
|
||||
/// @param LR The live range that is live-in to the block.
|
||||
/// @param DomNode The domtree node for the block.
|
||||
/// @param Kill Index in block where LI is killed. If the value is
|
||||
/// live-through, set Kill = SLotIndex() and also call
|
||||
|
Loading…
Reference in New Issue
Block a user