aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RenderMachineFunction.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2010-07-20 14:35:55 +0000
committerLang Hames <lhames@gmail.com>2010-07-20 14:35:55 +0000
commitbd9ad5fefa591e672511f173b28d35ef2e7d1d82 (patch)
tree627fa3db9ccc383f673a31668b9238c22bc69f7f /lib/CodeGen/RenderMachineFunction.cpp
parentd974ba3ec3c132eb574e890f7f0c49f4cbb4fe3d (diff)
downloadexternal_llvm-bd9ad5fefa591e672511f173b28d35ef2e7d1d82.tar.gz
external_llvm-bd9ad5fefa591e672511f173b28d35ef2e7d1d82.tar.bz2
external_llvm-bd9ad5fefa591e672511f173b28d35ef2e7d1d82.zip
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
Diffstat (limited to 'lib/CodeGen/RenderMachineFunction.cpp')
-rw-r--r--lib/CodeGen/RenderMachineFunction.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/RenderMachineFunction.cpp b/lib/CodeGen/RenderMachineFunction.cpp
index f1d24bbb22..0f5f67dd0d 100644
--- a/lib/CodeGen/RenderMachineFunction.cpp
+++ b/lib/CodeGen/RenderMachineFunction.cpp
@@ -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\">&nbsp;&nbsp;</td>\n"
+ "<td class=\"p-z\">&nbsp;&nbsp;</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\">&nbsp;&nbsp;</td>\n"
+ "<td class=\"p-l\">&nbsp;&nbsp;</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\">&nbsp;&nbsp;</td>\n"
+ "<td class=\"p-h\">&nbsp;&nbsp;</td>\n"
<< indent + s(2) << "</tr>\n"
<< indent << "</table>\n";
}