Patch: relax check in new RA

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Tue Feb 11 20:46:00 GMT 2003


+         || (web1->type != PRECOLORED &&
+               web1->crosses_call != web2->crosses_call)
+         || (web1->type != PRECOLORED &&
+              web1->live_over_abnormal != web2->live_over_abnormal))


Whitespace error: the "&&" belongs on the next line.



More information about the Gcc-patches mailing list