aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/RISCV/alu32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/RISCV/alu32.ll')
-rw-r--r--test/CodeGen/RISCV/alu32.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/RISCV/alu32.ll b/test/CodeGen/RISCV/alu32.ll
index 32242d2e40d..9db6bb9dd43 100644
--- a/test/CodeGen/RISCV/alu32.ll
+++ b/test/CodeGen/RISCV/alu32.ll
@@ -7,7 +7,6 @@ define i32 @addi(i32 %a) nounwind {
; RV32I-LABEL: addi:
; RV32I: addi a0, a0, 1
; RV32I: jalr zero, ra, 0
-; TODO: check support for materialising larger constants
%1 = add i32 %a, 1
ret i32 %1
}