summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit31dfb75b52813c5cebb3b9ea9b00a7399025cedc (patch)
treef24de56a10e57079eb9c7e973c8a37dff66fbc85 /llvm/lib/CodeGen/RenderMachineFunction.cpp
parent73a18fdd39b7c85bda4285ad827e265a3e9280b5 (diff)
downloadbcm5719-llvm-31dfb75b52813c5cebb3b9ea9b00a7399025cedc.tar.gz
bcm5719-llvm-31dfb75b52813c5cebb3b9ea9b00a7399025cedc.zip
Updated css classes for the pressure table legend.
llvm-svn: 108839
Diffstat (limited to 'llvm/lib/CodeGen/RenderMachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/RenderMachineFunction.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RenderMachineFunction.cpp b/llvm/lib/CodeGen/RenderMachineFunction.cpp
index f1d24bbb220..0f5f67dd0d8 100644
--- a/llvm/lib/CodeGen/RenderMachineFunction.cpp
+++ b/llvm/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";
}
OpenPOWER on IntegriCloud