[ForwardOpTree] Use space indention. NFC.

llvm-svn: 316769
This commit is contained in:
Michael Kruse 2017-10-27 14:48:34 +00:00
parent 8aadc643cf
commit cc6ea8e74f

View File

@ -306,7 +306,7 @@ public:
<< '\n';
OS.indent(Indent + 4) << "Known loads forwarded: " << NumKnownLoadsForwarded
<< '\n';
OS.indent(Indent + 4) << "Reloads: " << NumReloads<< '\n';
OS.indent(Indent + 4) << "Reloads: " << NumReloads << '\n';
OS.indent(Indent + 4) << "Read-only accesses copied: " << NumReadOnlyCopied
<< '\n';
OS.indent(Indent + 4) << "Operand trees forwarded: " << NumForwardedTrees