diff options
Diffstat (limited to 'lib/CodeGen/RenderMachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/RenderMachineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RenderMachineFunction.cpp b/lib/CodeGen/RenderMachineFunction.cpp index 708646c65c..f1d24bbb22 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) { |