[llvm] r192421 - LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Thu Oct 10 21:52:03 PDT 2013
Author: chapuni
Date: Thu Oct 10 23:52:03 2013
New Revision: 192421
URL: http://llvm.org/viewvc/llvm-project?rev=192421&view=rev
Log:
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentation]
Modified:
llvm/trunk/lib/CodeGen/LiveRangeCalc.h
Modified: llvm/trunk/lib/CodeGen/LiveRangeCalc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveRangeCalc.h?rev=192421&r1=192420&r2=192421&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveRangeCalc.h (original)
+++ llvm/trunk/lib/CodeGen/LiveRangeCalc.h Thu Oct 10 23:52:03 2013
@@ -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
More information about the llvm-commits
mailing list