Skip to content

Commit 74138a9

Browse files
authored
Update llvm/test/CodeGen/RISCV/rv64i-shift-sext.ll
1 parent 50561ae commit 74138a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/rv64i-shift-sext.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ define signext i32 @test14(ptr %0, ptr %1, i64 %2) {
221221
ret i32 %12
222222
}
223223

224-
; Test that we can propage sign bits through sraw. We should use an slli
224+
; Test that we can propagate sign bits through sraw. We should use an slli
225225
; instead of slliw.
226226
define signext i32 @test15(i32 signext %x, i32 signext %y) {
227227
; RV64I-LABEL: test15:

0 commit comments

Comments
 (0)