Skip to content

Commit da70608

Browse files
parsifal-47arsenm
andauthored
Update llvm/test/MachineVerifier/test_g_incompatible_range.mir
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 314a0eb commit da70608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MachineVerifier/test_g_incompatible_range.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body: |
2323
%3:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !1, addrspace 1)
2424
2525
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
26-
%4:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
26+
%4:_(p0) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2727
2828
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
2929
%5:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)

0 commit comments

Comments
 (0)