diff options
Diffstat (limited to 'lib/CodeGen/RenderMachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/RenderMachineFunction.cpp | 6 |
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\"> </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"; } |