Commit 02014de2 by Aldy Hernandez Committed by Aldy Hernandez

tree-flow-inline.h (next_imm_use_stmt): Remove unecessary whitespace.

        * tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
        whitespace.

From-SVN: r127674
parent 21d818ff
2007-08-21 Aldy Hernandez <aldyh@redhat.com>
* tree-flow-inline.h (next_imm_use_stmt): Remove unecessary
whitespace.
2007-08-21 Nathan Froyd <froydnj@codesourcery.com> 2007-08-21 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/rs6000.c (expand_block_clear): Add TARGET_SPE * config/rs6000/rs6000.c (expand_block_clear): Add TARGET_SPE
......
...@@ -1560,7 +1560,6 @@ next_imm_use_stmt (imm_use_iterator *imm) ...@@ -1560,7 +1560,6 @@ next_imm_use_stmt (imm_use_iterator *imm)
link_use_stmts_after (imm->imm_use, imm); link_use_stmts_after (imm->imm_use, imm);
return USE_STMT (imm->imm_use); return USE_STMT (imm->imm_use);
} }
/* This routine will return the first use on the stmt IMM currently refers /* This routine will return the first use on the stmt IMM currently refers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment