]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/35180 (built-in-setjmp.x2)
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 18 Mar 2009 18:54:31 +0000 (18:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 18 Mar 2009 18:54:31 +0000 (18:54 +0000)
PR target/35180
* config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.

From-SVN: r144942

gcc/ChangeLog
gcc/config/sparc/sparc.md

index d941dc1f4e7cb74ba1315730c1202697e2094bb5..101e244af9670db51488894edb265e0c2a415c47 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/35180
+       * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
+
 2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>
 
        * doc/invoke.texi (Code Gen Options): Expand discussion of
index d78d6e93b438c43b33430dfb71b62074b95d4246..e5098a5592d69ac816b572145f1dbc6e8fb3e617 100644 (file)
   [(unspec_volatile [(const_int 0)] UNSPECV_SETJMP)]
   ""
 {
-  if (! cfun->calls_alloca)
+  if (!cfun->calls_alloca)
     return "";
-  if (! TARGET_V9)
-    return "\tta\t3\n";
+  if (!TARGET_V9)
+    return "ta\t3";
   fputs ("\tflushw\n", asm_out_file);
   if (flag_pic)
     fprintf (asm_out_file, "\tst%c\t%%l7, [%%sp+%d]\n",