Skip to content

Commit 1833e2a

Browse files
fixup! fix test case
1 parent e13e848 commit 1833e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MachineVerifier/test_g_vscale.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: g_vscale
55
body: |
66
bb.0:
77
8-
%1:_(s32) = G_CONSTANT 4
8+
%1:_(s32) = G_CONSTANT i32 4
99
1010
; CHECK: G_VSCALE operand must be cimm
1111
%2:_(s32) = G_VSCALE %1
1212
1313
; CHECK: G_VSCALE immediate cannot be zero
14-
%3:_(s32) = G_VSCALE 0
14+
%3:_(s32) = G_VSCALE i32 0
1515
...

0 commit comments

Comments
 (0)