On 10/17/2016 09:46 PM, [email protected] wrote:
+static inline void
+set_label_ref_label (rtx ref, rtx_insn *label)
+{
+ XCEXP (ref, 0, LABEL_REF) = label;
+}
I guess I have to ask for a brief function comment for this. Otherwise OK. Bernd
On 10/17/2016 09:46 PM, [email protected] wrote:
+static inline void
+set_label_ref_label (rtx ref, rtx_insn *label)
+{
+ XCEXP (ref, 0, LABEL_REF) = label;
+}
I guess I have to ask for a brief function comment for this. Otherwise OK. Bernd