aboutsummaryrefslogtreecommitdiff
path: root/gcc/genextract.c
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2003-03-15 13:43:33 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2003-03-15 13:43:33 +0000
commit6a87d63407a133d5d715f2d39acfbff686321e38 (patch)
treec847e4f13422cdd7b2e5beae6e3067359360474d /gcc/genextract.c
parent49c46444677c552a8475a7781df4efce11a4fabd (diff)
downloadgcc-6a87d63407a133d5d715f2d39acfbff686321e38.zip
gcc-6a87d63407a133d5d715f2d39acfbff686321e38.tar.gz
gcc-6a87d63407a133d5d715f2d39acfbff686321e38.tar.bz2
c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. * c-typeck.c (c_tree_expr_nonnegative_p): Likewise. * cfgbuild.c (find_many_sub_basic_blocks): Likewise. (find_sub_basic_blocks): Likewise. * cgraphunit.c (cgraph_expand_functions): Likewise. * dwarf2out.c (prune_unused_types): Likewise. * expr.c (store_field): Likewise. * genextract.c (print_path): Likewise. * haifa-sched.c (schedule_insn): Likewise. * lcm.c (compute_antinout_edge): Likewise. * loop-unroll.c (decide_peel_once_rolling): Likewise. * ra-colorize.c (ra_colorize_free_all): Likewise. * ra-debug.c (dump_igraph): Likewise. (debug_hard_reg_set): Likewise. * reg-stack.c (reg_to_stack): Likewise. * rtlanal.c (refers_to_regno_p): Likewise. * tracer.c (layout_superblocks): Likewise. * cp/tree.c (count_functions): Fix whitespace. * f/ste.c (ffeste_R810): Fix whitespace. From-SVN: r64402
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r--gcc/genextract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c
index 912aa78..e80fd20 100644
--- a/gcc/genextract.c
+++ b/gcc/genextract.c
@@ -323,7 +323,7 @@ print_path (path)
/* We first write out the operations (XEXP or XVECEXP) in reverse
order, then write "insn", then the indices in forward order. */
- for (i = len - 1; i >=0 ; i--)
+ for (i = len - 1; i >= 0 ; i--)
{
if (ISLOWER(path[i]))
printf ("XVECEXP (");