From: Dmitri Gribenko Date: Tue, 16 Oct 2012 15:37:50 +0000 (+0000) Subject: Fix function parameter spelling in comments. Caught by -Wdocumentation. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=610a86e6bf374dba8fff12cf439f97fcb74006b8;p=platform%2Fupstream%2Fllvm.git Fix function parameter spelling in comments. Caught by -Wdocumentation. llvm-svn: 166024 --- diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h index 73def2c..b421753 100644 --- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/llvm/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