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

Nick Lewycky nicholas at mxc.ca
Sun Mar 18 02:35:50 PDT 2012


Author: nicholas
Date: Sun Mar 18 04:35:50 2012
New Revision: 153011

URL: http://llvm.org/viewvc/llvm-project?rev=153011&view=rev
Log:
This clause (although matching parts of the implementation) can't be correct.
Thanks to Eli for noticing the discrepancy.

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=153011&r1=153010&r2=153011&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Mar 18 04:35:50 2012
@@ -4870,8 +4870,7 @@
    or <tt><a href="#i_resume">resume</a></tt> instructions), the memory is
    reclaimed.  Allocating zero bytes is legal, but the result is undefined.
    The order in which memory is allocated (ie., which way the stack grows) is
-   not specified, and relational comparisons involving '<tt>alloca</tt>'s are
-   undefined.</p>
+   not specified.</p>
 
 <p>
 





More information about the llvm-commits mailing list