[llvm-commits] [llvm] r166024 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Dmitri Gribenko
gribozavr at gmail.com
Tue Oct 16 08:37:50 PDT 2012
Author: gribozavr
Date: Tue Oct 16 10:37:50 2012
New Revision: 166024
URL: http://llvm.org/viewvc/llvm-project?rev=166024&view=rev
Log:
Fix function parameter spelling in comments. Caught by -Wdocumentation.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=166024&r1=166023&r2=166024&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Tue Oct 16 10:37:50 2012
@@ -261,13 +261,13 @@
/// 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
More information about the llvm-commits
mailing list