Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / openmp / docs / _templates / layout.html
blob98560d49403b1b244053e32121d2a472c28cf3bd
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="https://openmp.llvm.org/">OpenMP Home</a>&nbsp;|&nbsp;</li>
12 <li><a href="{{ pathto('index') }}">LLVM OpenMP Documentation</a>&raquo;</li>
13 {% endblock %}