chore: fix some typos
Fix some typos reported by Lintian
This commit is contained in:
parent
8d4458ef24
commit
4a493cb10f
5 changed files with 6 additions and 6 deletions
|
@ -175,7 +175,7 @@ bool IsReference(IR::Inst& inst) {
|
|||
}
|
||||
|
||||
void PrecolorInst(IR::Inst& phi) {
|
||||
// Insert phi moves before references to avoid overwritting other phis
|
||||
// Insert phi moves before references to avoid overwriting other phis
|
||||
const size_t num_args{phi.NumArgs()};
|
||||
for (size_t i = 0; i < num_args; ++i) {
|
||||
IR::Block& phi_block{*phi.PhiBlock(i)};
|
||||
|
|
|
@ -101,7 +101,7 @@ bool IsReference(IR::Inst& inst) {
|
|||
}
|
||||
|
||||
void PrecolorInst(IR::Inst& phi) {
|
||||
// Insert phi moves before references to avoid overwritting other phis
|
||||
// Insert phi moves before references to avoid overwriting other phis
|
||||
const size_t num_args{phi.NumArgs()};
|
||||
for (size_t i = 0; i < num_args; ++i) {
|
||||
IR::Block& phi_block{*phi.PhiBlock(i)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue