File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
winch/codegen/src/isa/aarch64 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ impl FunctionConfig {
124124 rule. used = true ;
125125 * base |= rule. flags ;
126126
127- // only the first fule is used.
127+ // only the first rule is used.
128128 return true ;
129129 }
130130
Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ impl Masm for MacroAssembler {
10691069 match & ( lhs, rhs) {
10701070 ( rlhs, RegImm :: Reg ( rrhs) ) => {
10711071 // If the comparison kind is zero or not zero and both operands
1072- // are the same register, emit a ands instruction. Else we emit
1072+ // are the same register, emit an ands instruction. Else we emit
10731073 // a normal comparison.
10741074 if ( kind == Eq || kind == Ne ) && ( rlhs == rrhs) {
10751075 self . asm . ands_rr ( * rlhs, * rrhs, size) ;
You can’t perform that action at this time.
0 commit comments