diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/ucmp.ll')
| -rw-r--r-- | llvm/test/CodeGen/RISCV/ucmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/ucmp.ll b/llvm/test/CodeGen/RISCV/ucmp.ll index 50da56fbc595..0a400b1c04a3 100644 --- a/llvm/test/CodeGen/RISCV/ucmp.ll +++ b/llvm/test/CodeGen/RISCV/ucmp.ll @@ -89,8 +89,8 @@ define i8 @ucmp.8.128(i128 %x, i128 %y) nounwind { ; RV32I-NEXT: lw a2, 4(a1) ; RV32I-NEXT: lw a4, 8(a1) ; RV32I-NEXT: lw a5, 12(a1) -; RV32I-NEXT: lw a6, 12(a0) ; RV32I-NEXT: lw a3, 4(a0) +; RV32I-NEXT: lw a6, 12(a0) ; RV32I-NEXT: lw a7, 8(a0) ; RV32I-NEXT: beq a6, a5, .LBB4_2 ; RV32I-NEXT: # %bb.1: |
