From 2725abd039d7b0189ebe2096ce4fd25794c5cc84 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108824 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RenderMachineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/RenderMachineFunction.cpp') diff --git a/lib/CodeGen/RenderMachineFunction.cpp b/lib/CodeGen/RenderMachineFunction.cpp index 708646c..f1d24bb 100644 --- a/lib/CodeGen/RenderMachineFunction.cpp +++ b/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.1