aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2013-04-14 09:46:02 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-04-14 09:46:02 +0000
commit01007ae0449a8740bbba4a1bda75cdddfe974ef6 (patch)
treedc7e865a0b0c6fd3bcb4edf42e3cbd395ddc724a /gcc/resource.c
parentda98a6a1bb2cfa19c46ea6ee719bc5ddf647114c (diff)
downloadgcc-01007ae0449a8740bbba4a1bda75cdddfe974ef6.zip
gcc-01007ae0449a8740bbba4a1bda75cdddfe974ef6.tar.gz
gcc-01007ae0449a8740bbba4a1bda75cdddfe974ef6.tar.bz2
reorg.c (fill_simple_delay_slots): Reindent block of code.
* reorg.c (fill_simple_delay_slots): Reindent block of code. * resource.c (mark_target_live_regs): Reformat conditional block. From-SVN: r197949
Diffstat (limited to 'gcc/resource.c')
-rw-r--r--gcc/resource.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/resource.c b/gcc/resource.c
index 333c28f..6051313 100644
--- a/gcc/resource.c
+++ b/gcc/resource.c
@@ -990,9 +990,10 @@ mark_target_live_regs (rtx insns, rtx target, struct resources *res)
/* If this insn is a USE made by update_block, we care about the
underlying insn. */
- if (code == INSN && GET_CODE (PATTERN (insn)) == USE
+ if (code == INSN
+ && GET_CODE (PATTERN (insn)) == USE
&& INSN_P (XEXP (PATTERN (insn), 0)))
- real_insn = XEXP (PATTERN (insn), 0);
+ real_insn = XEXP (PATTERN (insn), 0);
if (CALL_P (real_insn))
{