Skip to content

Commit e5de95d

Browse files
committed
[RISCV] bitreverse-shift.ll - fix typo
Noticed in #89897
1 parent 3cb660d commit e5de95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/bitreverse-shift.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; RUN: llc -mtriple=riscv64 -mattr=+zbkb -verify-machineinstrs < %s \
55
; RUN: | FileCheck %s -check-prefixes=RV64ZBKB
66

7-
; TODO: These tests can be optmised
7+
; TODO: These tests can be optimised
88
; fold (bitreverse(srl (bitreverse c), x)) -> (shl c, x)
99
; fold (bitreverse(shl (bitreverse c), x)) -> (srl c, x)
1010

0 commit comments

Comments
 (0)