summaryrefslogtreecommitdiffstats
path: root/gcc/unroll.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-06 23:05:54 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-06 23:05:54 +0000
commit0bc644e0031a247a30ddbe64fb50b94fdd4e19fd (patch)
tree5ce87329cf1055017d0bd705ecac06be33f23764 /gcc/unroll.c
parent37808e3a06df2a78362bff6389cc0b2e2812f490 (diff)
downloadppe42-gcc-0bc644e0031a247a30ddbe64fb50b94fdd4e19fd.tar.gz
ppe42-gcc-0bc644e0031a247a30ddbe64fb50b94fdd4e19fd.zip
reformat a little to match GNU coding standards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r--gcc/unroll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c
index 2f9d9691366..de5f64aff2c 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.c
@@ -2011,8 +2011,8 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
/* Because the USAGE information potentially contains objects other
than hard registers, we need to copy it. */
- CALL_INSN_FUNCTION_USAGE (copy) =
- copy_rtx_and_substitute (CALL_INSN_FUNCTION_USAGE (insn), map);
+ CALL_INSN_FUNCTION_USAGE (copy)
+ = copy_rtx_and_substitute (CALL_INSN_FUNCTION_USAGE (insn), map);
#ifdef HAVE_cc0
if (cc0_insn)
OpenPOWER on IntegriCloud