summaryrefslogtreecommitdiff
path: root/www/spec.html
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-16 18:21:05 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-16 18:21:05 +0000
commit65255631de793131622f701df9075dfd78abfc50 (patch)
tree464ce947c3bf6f472b61b20459e95658c7f4caa6 /www/spec.html
parentcc614df38c199d9781a6dea123e714970e82711f (diff)
One more small optimization: Where possible, for loops that do a search and then try to break out of the loop early, eliminate the attempt to break out of the loop after the last search. And with that, I'm declaring __dynamic_cast done. Though if anyone sees any problems, has suggestions for improvements, or wants to contribute some test cases, that is certainly welcome feedback.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/spec.html')
-rw-r--r--www/spec.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/spec.html b/www/spec.html
index c464873..eb0506b 100644
--- a/www/spec.html
+++ b/www/spec.html
@@ -824,9 +824,9 @@ Called from the compiler.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
</table>