diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-26 15:23:42 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-26 15:23:42 +0000 |
commit | e4fae4d5b6ca4a10d060d9a0df14dcfdf4b8b63e (patch) | |
tree | 160d72c59934215ab3eb098ffa914e4853e97406 /lldb/packages/Python/lldbsuite/test | |
parent | 98fcd2eb27f82638ad1c2da0b50b6be107990bbc (diff) | |
download | bcm5719-llvm-e4fae4d5b6ca4a10d060d9a0df14dcfdf4b8b63e.tar.gz bcm5719-llvm-e4fae4d5b6ca4a10d060d9a0df14dcfdf4b8b63e.zip |
[CodeGen] Don't omit any redundant information in -debug output
In r322867, we introduced IsStandalone when printing MIR in -debug
output. The default behaviour for that was:
1) If any of MBB, MI, or MO are -debug-printed separately, don't omit any
redundant information.
2) When -debug-printing a MF entirely, don't print any redundant
information.
3) When printing MIR, don't print any redundant information.
I'd like to change 2) to:
2) When -debug-printing a MF entirely, don't omit any redundant information.
Differential Revision: https://reviews.llvm.org/D43337
llvm-svn: 326094
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions