[AArch64] Check the expansion of BITREVERSE in regression test
[llvm-core.git] / docs / _templates / layout.html
blobde5db5caf14eb12a48038a92b6c0114f75282d23
1 {% extends "!layout.html" %}
3 {% block extrahead %}
4 <style type="text/css">
5 table.right { float: right; margin-left: 20px; }
6 table.right td { border: 1px solid #ccc; }
7 </style>
8 {% endblock %}
10 {% block rootrellink %}
11 <li><a href="http://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
12 <li><a href="{{ pathto('index') }}">Documentation</a>&raquo;</li>
13 {% endblock %}