diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-03-18 09:35:50 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-03-18 09:35:50 +0000 |
commit | f70a2bde4545c0e29043d42089f422f3b11f6409 (patch) | |
tree | 54c3cecbbf7b375efbc9e04177083b7d62b61eea /llvm/docs/LangRef.html | |
parent | bf38f20e7997af46a501db441b864452533dcbb8 (diff) | |
download | bcm5719-llvm-f70a2bde4545c0e29043d42089f422f3b11f6409.tar.gz bcm5719-llvm-f70a2bde4545c0e29043d42089f422f3b11f6409.zip |
This clause (although matching parts of the implementation) can't be correct.
Thanks to Eli for noticing the discrepancy.
llvm-svn: 153011
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 6ff0f5e7be2..81dabc91af7 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |