Skip to content

Commit d45d85c

Browse files
committed
Update error message in the tests
1 parent b7601c0 commit d45d85c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/MachineVerifier/test_g_incompatible_range.mir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ body: |
1818
%2:_(s32) = COPY $vgpr1
1919
%0:_(p1) = G_MERGE_VALUES %1(s32), %2(s32)
2020
21-
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
21+
; CHECK: Bad machine code: range is incompatible with the result type
2222
%3:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2323
24-
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
24+
; CHECK: Bad machine code: range is incompatible with the result type
2525
%4:_(p0) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2626
27-
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
27+
; CHECK: Bad machine code: range is incompatible with the result type
2828
%5:_(<2 x p0>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2929
3030
$vgpr0_vgpr1 = COPY %3

0 commit comments

Comments
 (0)