Author: asl
Date: Wed Aug 29 04:27:52 2007
New Revision: 41562

URL: http://llvm.org/viewvc/llvm-project?rev=41562&view=rev
Log:
Unbreak sparc builds

Modified:
    llvm-gcc-4.0/trunk/gcc/config/sparc/sparc.h

Modified: llvm-gcc-4.0/trunk/gcc/config/sparc/sparc.h
URL: 
http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/trunk/gcc/config/sparc/sparc.h?rev=41562&r1=41561&r2=41562&view=diff

==============================================================================
--- llvm-gcc-4.0/trunk/gcc/config/sparc/sparc.h (original)
+++ llvm-gcc-4.0/trunk/gcc/config/sparc/sparc.h Wed Aug 29 04:27:52 2007
@@ -1547,7 +1547,7 @@
    is at the high-address end of the local variables;
    that is, each additional local variable allocated
    goes at a more negative offset in the frame.  */
-#define FRAME_GROWS_DOWNWARD
+#define FRAME_GROWS_DOWNWARD 1
 
 /* Offset within stack frame to start allocating local variables at.
    If FRAME_GROWS_DOWNWARD, this is the offset to the END of the


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to