commit | d974ba3ec3c132eb574e890f7f0c49f4cbb4fe3d | [log] [tgz] |
---|---|---|
author | Lang Hames <lhames@gmail.com> | Tue Jul 20 10:29:46 2010 +0000 |
committer | Lang Hames <lhames@gmail.com> | Tue Jul 20 10:29:46 2010 +0000 |
tree | eda48e462c62da64d11d336470a45ad867f5dea8 | |
parent | 8598a6ba4e6d974c7be1d0f993031b8713da6184 [diff] |
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
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 @@ 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) {