This is the mail archive of the gcc@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]

[Tuples] Creating a GIMPLE_MODIFY_STMT unnecessary for gimplify_omp_for


Hi,
  When I was comparing the tuples branch to the trunk, I noticed that
inside gimplify_omp_for, we call build_gimple_modify_stmt and then
fall through to GIMPLE_MODIFY_STMT but really we don't need it.  I
have not tested removing it but I thought I would send out what I
found while reviewing gimplify.c.

Thanks,
Andrew Pinski


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