[SystemZ] Add missing elementtype in python test (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 7 Jan 2022 08:07:28 +0000 (09:07 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 7 Jan 2022 08:08:38 +0000 (09:08 +0100)
Missed this originally because it does not run locally.

llvm/test/CodeGen/SystemZ/Large/branch-range-13.py

index a827b16..84410db 100644 (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')