aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.html
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-16 03:25:12 +0000
committerMike Stump <mrs@apple.com>2009-12-16 03:25:12 +0000
commit88b2a17ef7930bdee22f51a8ee70bb6e2babb277 (patch)
tree53fe056bcc25dae92508675ceec9f75f5dea371b /docs/UsersManual.html
parent852274d4257134906995cb252fb3dfd2d71deae8 (diff)
Refine a little. WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r--docs/UsersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 9f37fb60aa..2601da2551 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -578,9 +578,9 @@ adds runtime checks for undefined runtime behavior. If the check fails,
<tt>__builtin_trap()</tt> is used to indicate failure.
The checks are:
<p>
-<li>Subscripting where the static type of one operand is decayed from an
- array type and the other operand is greater than the size of the array or
- less than zero.</li>
+<li>Subscripting where the static type of one operand is variable
+ which is decayed from an array type and the other operand is
+ greater than the size of the array or less than zero.</li>
<li>Shift operators where the amount shifted is greater or equal to the
promoted bit-width of the left-hand-side or less than zero.</li>
<li>If control flow reaches __builtin_unreachable.