[llvm-commits] [llvm] r166024 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

David Blaikie dblaikie at gmail.com
Tue Oct 16 08:53:43 PDT 2012


On Tue, Oct 16, 2012 at 8:37 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> 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.

Are Clang & LLVM -Wdocumentation clean now? Could we add some build
magic (to both CMake and configure+make) to enable this flag when it's
available (we already do something similar for
-Wcovered-switch-default)

>
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list