Index: tests_lit/assembler/arm32/mul.ll |
diff --git a/tests_lit/assembler/arm32/mul.ll b/tests_lit/assembler/arm32/mul.ll |
index 2265c9bd7df97d0ae3b7f40a4ea4b87e91df111c..ad55ef0e1f379cde9b69448c7a253752afa7b00a 100644 |
--- a/tests_lit/assembler/arm32/mul.ll |
+++ b/tests_lit/assembler/arm32/mul.ll |
@@ -73,7 +73,12 @@ define internal i64 @MulTwoI64Regs(i64 %a, i64 %b) { |
; IASM-NEXT: .byte 0x31 |
; IASM-NEXT: .byte 0x21 |
; IASM-NEXT: .byte 0xe0 |
-; IASM-NEXT: umull r0, r2, r0, r2 |
+ |
+; IASM-NEXT: .byte 0x90 |
+; IASM-NEXT: .byte 0x2 |
+; IASM-NEXT: .byte 0x82 |
+; IASM-NEXT: .byte 0xe0 |
+ |
; IASM-NEXT: .byte 0x1 |
; IASM-NEXT: .byte 0x20 |
; IASM-NEXT: .byte 0x82 |