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