diff options
author | Lang Hames <lhames@gmail.com> | 2010-07-20 14:35:55 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2010-07-20 14:35:55 +0000 |
commit | 31dfb75b52813c5cebb3b9ea9b00a7399025cedc (patch) | |
tree | f24de56a10e57079eb9c7e973c8a37dff66fbc85 /llvm/lib/CodeGen/RenderMachineFunction.cpp | |
parent | 73a18fdd39b7c85bda4285ad827e265a3e9280b5 (diff) | |
download | bcm5719-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.cpp | 6 |
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\"> </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"; } |