xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / gcc / gcc-4.2.2 / arm-crunch-dominance.patch
1 --- gcc-4.1.2/gcc/config/arm/arm.c-original     2007-06-13 11:50:10.000000000 +1000
2 +++ gcc-4.1.2/gcc/config/arm/arm.c      2007-06-13 11:50:56.000000000 +1000
3 @@ -6556,6 +6556,9 @@
4    enum rtx_code cond1, cond2;
5    int swapped = 0;
6  
7 +  if (TARGET_MAVERICK) // Simple hack for MAVERICK
8 +    return CCmode;
9 +
10    /* Currently we will probably get the wrong result if the individual
11       comparisons are not simple.  This also ensures that it is safe to
12       reverse a comparison if necessary.  */