From 2ff2193a80f988d67e852fd64d3cdd83a67fdc24 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 20 Jul 2010 10:29:46 +0000 Subject: Oops - I tables render poorly in Chrome without this explicit height specification. llvm-svn: 108824 --- llvm/lib/CodeGen/RenderMachineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/RenderMachineFunction.cpp') diff --git a/llvm/lib/CodeGen/RenderMachineFunction.cpp b/llvm/lib/CodeGen/RenderMachineFunction.cpp index 708646c65c3..f1d24bbb220 100644 --- a/llvm/lib/CodeGen/RenderMachineFunction.cpp +++ b/llvm/lib/CodeGen/RenderMachineFunction.cpp @@ -774,7 +774,7 @@ namespace llvm { i = i.getNextSlot()) { // Render the slot column. - os << indent + s(2) << "\n"; + os << indent + s(2) << "\n"; // Render the code column. if (i.getSlot() == SlotIndex::LOAD) { -- cgit v1.2.3