This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> + /* If this basic block was already processed or has no sets, > + skip it. */ > + if (ebb_data.nsets == 0) > + continue;
Is that comment right? I don't see any test of "this basic block was already processed." That was tested above.
- /* If this basic block was already processed or has no sets, skip it. */
- if (val.nsets == 0 || GET_MODE (insn) == QImode)
- {You're going to need to retest because of the incorrect negation of INSN_P. Please change the do/while loop if my suggestions look correct. Please fix the comments.
Gr. Steven
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |