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: [PATCH 2/3] make forced labels a vec


On 08/25/2016 08:50 AM, tbsaunde+gcc@tbsaunde.org wrote:
+	      FOR_EACH_VEC_SAFE_ELT_REVERSE (forced_labels, i, insn)
+		make_label_edge (edge_cache, bb, insn, EDGE_ABNORMAL);

All of these look like they'd be perfectly fine as a normal FOR_EACH_VEC_SAFE_ELT, and it would be clearer that way. Ok with that change after retesting.


Bernd


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