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]

Re: RFA: patch for 37790


Jeff Law wrote:
This is fine.
Thanks.
I did notice a couple of apparently gratutious changes of this form:

-          && (ira_reg_equiv_invariant_p[ALLOCNO_REGNO (allocno)]
-          || ira_reg_equiv_const[ALLOCNO_REGNO (allocno)] != NULL_RTX)))
+          && (ira_reg_equiv_const[ALLOCNO_REGNO (allocno)] != NULL_RTX
+          || ira_reg_equiv_invariant_p[ALLOCNO_REGNO (allocno)])))


Was there a particular purpose behind those changes that I missed?
Sorry, Jeff. The change is really not important one. As I remember I changed this to fit 80-columns without making an additional line.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]