Skip to content

Commit

Permalink
Fix function parameter spelling in comments. Caught by -Wdocumentation.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166024 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Oct 16, 2012
1 parent 7a6cb15 commit afac047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm/CodeGen/LiveIntervalAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afac047

Please sign in to comment.