aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RenderMachineFunction.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2010-07-20 10:29:46 +0000
committerLang Hames <lhames@gmail.com>2010-07-20 10:29:46 +0000
commit2725abd039d7b0189ebe2096ce4fd25794c5cc84 (patch)
treeeda48e462c62da64d11d336470a45ad867f5dea8 /lib/CodeGen/RenderMachineFunction.cpp
parentf80f31eb9fd8ffa446310803e9d1da16e1c81c19 (diff)
downloadexternal_llvm-2725abd039d7b0189ebe2096ce4fd25794c5cc84.zip
external_llvm-2725abd039d7b0189ebe2096ce4fd25794c5cc84.tar.gz
external_llvm-2725abd039d7b0189ebe2096ce4fd25794c5cc84.tar.bz2
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
Diffstat (limited to 'lib/CodeGen/RenderMachineFunction.cpp')
-rw-r--r--lib/CodeGen/RenderMachineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
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) << "<tr>\n";
+ os << indent + s(2) << "<tr height=6ex>\n";
// Render the code column.
if (i.getSlot() == SlotIndex::LOAD) {