pirout.c - Back-end for outputting PIR.
*/
static void add_target(emit_data *data, target *t) { t->next = data->targets; data->targets = t; }
/*