This clause (although matching parts of the implementation) can't be correct.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 18 Mar 2012 09:35:50 +0000 (09:35 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 18 Mar 2012 09:35:50 +0000 (09:35 +0000)
Thanks to Eli for noticing the discrepancy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153011 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 6ff0f5e7be2d39b5731709b88a7a65eb01a711da..81dabc91af76698b0165836a06e15be13c52bba7 100644 (file)
@@ -4870,8 +4870,7 @@ IfUnequal:
    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>