diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 22:16:23 +0000 |
commit | a0c938f0e74166de102281ac2f445e4be5ff257e (patch) | |
tree | 3ae25fdc8c96c858e654f50a244ec03375560ecb /gcc/cfghooks.h | |
parent | 522701efa4a0cef216eb7930c6759babfdd7068b (diff) | |
download | gcc-a0c938f0e74166de102281ac2f445e4be5ff257e.tar.gz |
Whitespace fixups
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r-- | gcc/cfghooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h index 8d5222a5f13..fcdc23f4048 100644 --- a/gcc/cfghooks.h +++ b/gcc/cfghooks.h @@ -122,16 +122,16 @@ struct cfg_hooks /* Add condition to new basic block and update CFG used in loop versioning. */ void (*lv_add_condition_to_bb) (basic_block, basic_block, basic_block, - void *); + void *); /* Update the PHI nodes in case of loop versioning. */ void (*lv_adjust_loop_header_phi) (basic_block, basic_block, basic_block, edge); - + /* Given a condition BB extract the true/false taken/not taken edges (depending if we are on tree's or RTL). */ void (*extract_cond_bb_edges) (basic_block, edge *, edge *); - + /* Add PHI arguments queued in PENDINT_STMT list on edge E to edge E->dest (only in tree-ssa loop versioning. */ void (*flush_pending_stmts) (edge); |