Skip to content

Commit 9b809b3

Browse files
committed
update_mir_test_checks: update one test for this
1 parent 75947e2 commit 9b809b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-dead-def.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ body: |
1414
bb.1:
1515
dead %0:gr32(s32) = G_CONSTANT i32 0
1616
dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 1
17+
; Keep meaningful comment.
1718
undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 2
1819
...

llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-dead-def.mir.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ body: |
1818
; CHECK-NEXT: undef [[C2:%[0-9]+]].sub_32bit:gr64(s32) = G_CONSTANT i32 2
1919
dead %0:gr32(s32) = G_CONSTANT i32 0
2020
dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 1
21+
; Keep meaningful comment.
2122
undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 2
2223
...

0 commit comments

Comments
 (0)