diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-11 04:52:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-11 04:52:03 +0000 |
commit | d5d16d57eb0702eeebdd08a5336748811730ef66 (patch) | |
tree | d9305a0bc738fd1f186eacc31832f7ba959853ce /llvm/lib | |
parent | 7b54a4cfeb420543f92fc00398da16f0f6d23455 (diff) | |
download | bcm5719-llvm-d5d16d57eb0702eeebdd08a5336748811730ef66.tar.gz bcm5719-llvm-d5d16d57eb0702eeebdd08a5336748811730ef66.zip |
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentation]
llvm-svn: 192421
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/LiveRangeCalc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeCalc.h b/llvm/lib/CodeGen/LiveRangeCalc.h index 36d3a089646..a3a3fbbed2b 100644 --- a/llvm/lib/CodeGen/LiveRangeCalc.h +++ b/llvm/lib/CodeGen/LiveRangeCalc.h @@ -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 |