[SystemZ] Add missing elementtype in python test (NFC)

Missed this originally because it does not run locally.
This commit is contained in:
Nikita Popov 2022-01-07 09:07:28 +01:00
parent c2cc70e4f5
commit 291660e62f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ print('')
print('block:')
for i in range(num):
print(' tail call i64 asm "lang\\09$0,$2,$1\\0A", "=d,=*Q,d,*Q"(i32* undef, i32 undef, i32* undef)')
print(' tail call i64 asm "lang\\09$0,$2,$1\\0A", "=d,=*Q,d,*Q"(i32* elementtype(i32) undef, i32 undef, i32* elementtype(i32) undef)')
print(' br label %block')