power4 branch hints

David Edelsohn dje@watson.ibm.com
Thu Aug 1 18:47:00 GMT 2002


+      int cpu_version1_arch = rs6000_cpu < PROCESSOR_POWER4;

	I am extremely conflicted about having a fragile test like the one
above versus 

	int at_hints = (rs6000_cpu == PROCESSOR_POWER4)

which adds yet another place potentially requiring tweaking for new
processors. 

	Geoff, do you have any preferences?

David



More information about the Gcc-patches mailing list