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 /llvm/test/CodeGen/ARM/Windows | |
| 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 'llvm/test/CodeGen/ARM/Windows')
| -rw-r--r-- | llvm/test/CodeGen/ARM/Windows/dbzchk.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll b/llvm/test/CodeGen/ARM/Windows/dbzchk.ll index 28932023ff0..324808cb0bf 100644 --- a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll +++ b/llvm/test/CodeGen/ARM/Windows/dbzchk.ll @@ -119,7 +119,7 @@ attributes #0 = { optsize } ; CHECK-CFG-DAG: t2B %bb.3 ; CHECK-CFG-DAG: %bb.2 -; CHECK-CFG-DAG: tCMPi8 %{{[0-9]}}, 0 +; CHECK-CFG-DAG: tCMPi8 %{{[0-9]}}{{[^,]*}}, 0 ; CHECK-CFG-DAG: t2Bcc %bb.5 ; CHECK-CFG-DAG: %bb.4 |

