projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f80f31e
)
Oops - I tables render poorly in Chrome without this explicit height specification.
author
Lang Hames
<lhames@gmail.com>
Tue, 20 Jul 2010 10:29:46 +0000
(10:29 +0000)
committer
Lang Hames
<lhames@gmail.com>
Tue, 20 Jul 2010 10:29:46 +0000
(10:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108824
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RenderMachineFunction.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RenderMachineFunction.cpp
b/lib/CodeGen/RenderMachineFunction.cpp
index 708646c65c3f963ad2c910627505f54dcdd4348d..f1d24bbb220bd6500e272baf11d671234702eba1 100644
(file)
--- a/
lib/CodeGen/RenderMachineFunction.cpp
+++ b/
lib/CodeGen/RenderMachineFunction.cpp
@@
-774,7
+774,7
@@
namespace llvm {
i = i.getNextSlot()) {
// Render the slot column.
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) {
// Render the code column.
if (i.getSlot() == SlotIndex::LOAD) {