]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/sparc.md (in_call_delay): Fix formatting issues.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 18 Oct 2011 07:20:38 +0000 (07:20 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 18 Oct 2011 07:20:38 +0000 (07:20 +0000)
From-SVN: r180122

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

index 6c73404942bcc83e6d963ea78d5e1e82594b1a19..71624803b3f51e5d833294a571c215f0f7f083ad 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc.md (in_call_delay): Fix formatting issues.
+
 2011-10-17  Michael Spertus  <mike_spertus@symantec.com>
 
        * gcc/c-family/c-common.c (c_common_reswords): Add __bases,
 
 2011-10-17  Andi Kleen  <ak@linux.intel.com>
 
-       * ggc-page.c (USING_MADVISE): Adjust ifdef to check for
-       USING_MMAP.
+       * ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.
 
 2011-10-17  Georg-Johann Lay  <avr@gjlay.de>
 
index d89f6f93b58b8e760a9c094728f3ddc429d5209a..f53bddd080e54d3a8605dfee1cf82309d4101bed 100644 (file)
 
 (define_attr "in_call_delay" "false,true"
   (cond [(eq_attr "type" "uncond_branch,branch,call,sibcall,call_no_delay_slot,multi")
-               (const_string "false")
+               (const_string "false")
         (eq_attr "type" "load,fpload,store,fpstore")
-               (if_then_else (eq_attr "length" "1")
+               (if_then_else (eq_attr "length" "1")
                              (const_string "true")
                              (const_string "false"))]
-       (if_then_else (and (eq_attr "length" "1")
-                          (eq_attr "tls_call_delay" "true"))
-                     (const_string "true")
-                     (const_string "false"))))
+        (if_then_else (and (eq_attr "length" "1")
+                           (eq_attr "tls_call_delay" "true"))
+                      (const_string "true")
+                      (const_string "false"))))
 
 (define_attr "eligible_for_sibcall_delay" "false,true"
   (symbol_ref "(eligible_for_sibcall_delay (insn)