mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 17:11:33 +00:00
[ForwardOpTree] Use space indention. NFC.
llvm-svn: 316769
This commit is contained in:
parent
8aadc643cf
commit
cc6ea8e74f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user