From: Nick Lewycky Date: Sun, 18 Mar 2012 09:35:50 +0000 (+0000) Subject: This clause (although matching parts of the implementation) can't be correct. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=75d05e6121b9c9ecad4668df42796d702cc11fb6;p=oota-llvm.git This clause (although matching parts of the implementation) can't be correct. Thanks to Eli for noticing the discrepancy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 6ff0f5e7be2..81dabc91af7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4870,8 +4870,7 @@ IfUnequal: or resume 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 'alloca's are - undefined.

+ not specified.