diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-10-18 07:20:38 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-10-18 07:20:38 +0000 |
commit | b75eeb37540e5b567fd350b60c73426a4e0c722d (patch) | |
tree | 3f6e935e2139d9ada6a76949c69cc47e31e5f186 /gcc | |
parent | 4daba88481ad29c76f24b70485017e54f9a19fe3 (diff) | |
download | gcc-b75eeb37540e5b567fd350b60c73426a4e0c722d.zip gcc-b75eeb37540e5b567fd350b60c73426a4e0c722d.tar.gz gcc-b75eeb37540e5b567fd350b60c73426a4e0c722d.tar.bz2 |
* config/sparc/sparc.md (in_call_delay): Fix formatting issues.
From-SVN: r180122
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.md | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c73404..7162480 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, @@ -148,8 +152,7 @@ 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> diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index d89f6f9..f53bddd 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -386,15 +386,15 @@ (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) |