mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Updated css classes for the pressure table legend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2725abd039
commit
6089e464dd
@ -670,17 +670,17 @@ namespace llvm {
|
||||
<< indent + s(2) << "<tr>\n"
|
||||
<< indent + s(4) << "<td>No Pressure</td>"
|
||||
"<td>No physical registers of this class requested.</td>"
|
||||
"<td class=\"s-zp\"> </td>\n"
|
||||
"<td class=\"p-z\"> </td>\n"
|
||||
<< indent + s(2) << "</tr>\n"
|
||||
<< indent + s(2) << "<tr>\n"
|
||||
<< indent + s(4) << "<td>Low Pressure</td>"
|
||||
"<td>Sufficient physical registers to meet demand.</td>"
|
||||
"<td class=\"s-up\"> </td>\n"
|
||||
"<td class=\"p-l\"> </td>\n"
|
||||
<< indent + s(2) << "</tr>\n"
|
||||
<< indent + s(2) << "<tr>\n"
|
||||
<< indent + s(4) << "<td>High Pressure</td>"
|
||||
"<td>Potentially insufficient physical registers to meet demand.</td>"
|
||||
"<td class=\"s-op\"> </td>\n"
|
||||
"<td class=\"p-h\"> </td>\n"
|
||||
<< indent + s(2) << "</tr>\n"
|
||||
<< indent << "</table>\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user