[llvm-commits] [llvm] r148064 - in /llvm/trunk: docs/LangRef.html lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/Target/X86/X86FrameLowering.cpp

Chandler Carruth chandlerc at google.com
Thu Jan 12 17:07:37 PST 2012


On Thu, Jan 12, 2012 at 3:05 PM, Bill Wendling <isanbard at gmail.com> wrote:

> Author: void
> Date: Thu Jan 12 17:05:03 2012
> New Revision: 148064
>
> URL: http://llvm.org/viewvc/llvm-project?rev=148064&view=rev
> Log:
> Fix the code that was WRONG.
>
> The registers are placed into the saved registers list in the reverse
> order,
> which is why the original loop was written to loop backwards.
>
> Modified:
>    llvm/trunk/docs/LangRef.html
>    llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
>    llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
>
> Modified: llvm/trunk/docs/LangRef.html
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=148064&r1=148063&r2=148064&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/LangRef.html (original)
> +++ llvm/trunk/docs/LangRef.html Thu Jan 12 17:05:03 2012
> @@ -106,6 +106,11 @@
>           <li><a href="#fpaccuracy">'<tt>fpaccuracy</tt>' Metadata</a></li>
>         </ol>
>       </li>
> +      <li><a href="#module_flags">Module Flags Metadata</a>
> +        <ol>
> +          <li><a href="#objc_metadata">Objective-C Metadata</a></li>
>

Did you intend to commit the module flag metadata stuff as part of this? It
isn't mentioned in yoru commit message and doesn't seem particularly
relevant? Maybe I'm missing something though....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120112/d628a779/attachment.html>


More information about the llvm-commits mailing list