summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-03-18 09:35:50 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-03-18 09:35:50 +0000
commit75d05e6121b9c9ecad4668df42796d702cc11fb6 (patch)
tree95dabf3af484f6cdf9eae91b5f43342d35a4ff55 /docs
parentcff4ad768ec721b72498dc6b605d882e36c1fb14 (diff)
downloadexternal_llvm-75d05e6121b9c9ecad4668df42796d702cc11fb6.zip
external_llvm-75d05e6121b9c9ecad4668df42796d702cc11fb6.tar.gz
external_llvm-75d05e6121b9c9ecad4668df42796d702cc11fb6.tar.bz2
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
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 6ff0f5e..81dabc9 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>