Oops - I tables render poorly in Chrome without this explicit height specification.
[oota-llvm.git] / lib / CodeGen / RenderMachineFunction.cpp
index 708646c65c3f963ad2c910627505f54dcdd4348d..f1d24bbb220bd6500e272baf11d671234702eba1 100644 (file)
@@ -774,7 +774,7 @@ namespace llvm {
          i = i.getNextSlot()) {
      
       // Render the slot column. 
-      os << indent + s(2) << "<tr>\n";
+      os << indent + s(2) << "<tr height=6ex>\n";
       
       // Render the code column.
       if (i.getSlot() == SlotIndex::LOAD) {