Skip to content

Commit a307b7b

Browse files
committed
Avoid unnecessary typographic change.
1 parent e5bb518 commit a307b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ bool AArch64MIPeepholeOpt::visitAND(unsigned Opc, MachineInstr &MI,
204204
// The mov pseudo instruction could be expanded to multiple mov instructions
205205
// later. Let's try to split the constant operand of mov instruction into two
206206
// bitmask immediates. It makes only two AND instructions instead of multiple
207-
// mov + AND instructions.
207+
// mov + and instructions.
208208

209209
return splitTwoPartImm<T>(
210210
MI,

0 commit comments

Comments
 (0)