forked from OSchip/llvm-project
[SystemZ] Add missing elementtype in python test (NFC)
Missed this originally because it does not run locally.
This commit is contained in:
parent
c2cc70e4f5
commit
291660e62f
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue