From 31dfb75b52813c5cebb3b9ea9b00a7399025cedc Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 20 Jul 2010 14:35:55 +0000 Subject: Updated css classes for the pressure table legend. llvm-svn: 108839 --- llvm/lib/CodeGen/RenderMachineFunction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/CodeGen/RenderMachineFunction.cpp') 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) << "\n" << indent + s(4) << "No Pressure" "No physical registers of this class requested." - "  \n" + "  \n" << indent + s(2) << "\n" << indent + s(2) << "\n" << indent + s(4) << "Low Pressure" "Sufficient physical registers to meet demand." - "  \n" + "  \n" << indent + s(2) << "\n" << indent + s(2) << "\n" << indent + s(4) << "High Pressure" "Potentially insufficient physical registers to meet demand." - "  \n" + "  \n" << indent + s(2) << "\n" << indent << "\n"; } -- cgit v1.2.3