[llvm-commits] [llvm] r149876 - /llvm/trunk/docs/LangRef.html

Chris Lattner clattner at apple.com
Mon Feb 6 12:35:51 PST 2012


On Feb 6, 2012, at 9:58 AM, Bill Wendling wrote:

> Author: void
> Date: Mon Feb  6 11:58:34 2012
> New Revision: 149876
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=149876&view=rev
> Log:
> Mention that the 'unwind' instruction is now deprecated.

Hi Bill,

We generally don't do this.  Just remove it when it's gone.

-Chris

> 
> Modified:
>    llvm/trunk/docs/LangRef.html
> 
> Modified: llvm/trunk/docs/LangRef.html
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=149876&r1=149875&r2=149876&view=diff
> ==============================================================================
> --- llvm/trunk/docs/LangRef.html (original)
> +++ llvm/trunk/docs/LangRef.html Mon Feb  6 11:58:34 2012
> @@ -3495,6 +3495,9 @@
> </pre>
> 
> <h5>Overview:</h5>
> +<p><span class="doc_warning">N.B. The <tt>unwind</tt> instruction has been
> +   deprecated and is slated for removal.</span></p>
> +
> <p>The '<tt>unwind</tt>' instruction unwinds the stack, continuing control flow
>    at the first callee in the dynamic call stack which used
>    an <a href="#i_invoke"><tt>invoke</tt></a> instruction to perform the call.
> 
> 
> _______________________________________________
> 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