diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-10-16 15:37:50 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-10-16 15:37:50 +0000 |
commit | afac0478f41b0f0106a6470060ad22d2eec32e22 (patch) | |
tree | ac4cac9f5e0309938eb46e5a3a38a533ca7bc146 /include | |
parent | 7a6cb15a929e76955471ef2a7b6db721198320a0 (diff) | |
download | external_llvm-afac0478f41b0f0106a6470060ad22d2eec32e22.zip external_llvm-afac0478f41b0f0106a6470060ad22d2eec32e22.tar.gz external_llvm-afac0478f41b0f0106a6470060ad22d2eec32e22.tar.bz2 |
Fix function parameter spelling in comments. Caught by -Wdocumentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 73def2c..b421753 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -261,13 +261,13 @@ namespace llvm { /// the live intervals for all operands of mi. Moves between basic blocks /// are not supported. /// - /// \param updateFlags Update live intervals for nonallocatable physregs. + /// \param UpdateFlags Update live intervals for nonallocatable physregs. void handleMove(MachineInstr* MI, bool UpdateFlags = false); /// moveIntoBundle - Update intervals for operands of MI so that they /// begin/end on the SlotIndex for BundleStart. /// - /// \param updateFlags Update live intervals for nonallocatable physregs. + /// \param UpdateFlags Update live intervals for nonallocatable physregs. /// /// Requires MI and BundleStart to have SlotIndexes, and assumes /// existing liveness is accurate. BundleStart should be the first |