Skip to content

Commit b15822f

Browse files
committed
[RISCV][test] Fix a comment typo
1 parent 52f3cad commit b15822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Tests aimed to check optimization which combines
77
; two comparison operations and logic operation into
88
; one select(min/max) operation and one comparison
9-
; operaion.
9+
; operation.
1010

1111
; 4 patterns below will be converted to umin+less.
1212
define i1 @ulo(i64 %c, i64 %a, i64 %b) {

0 commit comments

Comments
 (0)