diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-18 21:57:52 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-18 21:57:52 +0000 |
commit | f72663fc962c1c27a4793ebd3d2e3d81a4f4e984 (patch) | |
tree | 81adb1904195b92ae2c474eb008d7213487930ce /www | |
parent | 71434a891dccd8c29f28eb93b2fb4551f3350675 (diff) |
Add a linebreak. Linebreaks are cool.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index d5ea364d56..21e337f837 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -384,11 +384,11 @@ releases prior to version 3.2 in C++11 mode.</p> <p> <span id="n2761">(1): The <code>[[carries_dependency]]</code> attribute -has no effect.</span></br> +has no effect.</span><br> <span id="n2748">(2): All compare-exchange operations are emitted as -strong compare-exchanges.</span><br /> +strong compare-exchanges.</span><br> <span id="n2664">(3): <code>memory_order_consume</code> is lowered to -<code>memory_order_acquire</code>.</span> +<code>memory_order_acquire</code>.</span><br> <span id="n1988">(4): <code>__int128</code> is not treated as an extended integer type, because changing <code>intmax_t</code> would be an ABI-incompatible change.</span> |