johannes    02/09/30 14:39:35

  Modified:    live/gcc3/gcc Tag: fearless-kitty-branch tree.c
  Log:
  move APPLE LOCAL comment to right place
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.39.4.2  +1 -1      src/live/gcc3/gcc/tree.c
  
  Index: tree.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/tree.c,v
  retrieving revision 1.39.4.1
  retrieving revision 1.39.4.2
  diff -u -r1.39.4.1 -r1.39.4.2
  --- tree.c    2002/09/30 21:35:44     1.39.4.1
  +++ tree.c    2002/09/30 21:39:35     1.39.4.2
  @@ -5012,8 +5012,8 @@
     TREE_UNSIGNED (TREE_TYPE (t)) = unsignedp;
     TYPE_MODE (t) = mode;
     finish_vector_type (t);
  -#ifdef TARGET_POWERPC
     /* APPLE LOCAL AltiVec */
  +#ifdef TARGET_POWERPC
     /* Overwrite the real mode with V4SImode for all vectors.  This is */
     /* placed below finish_vector_type so the debug array size is right.  */
     /* This is inappropriate for x86 target. */
  
  
  


Reply via email to