mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 18:57:49 +08:00
Trivial whitespace changes
From-SVN: r43671
This commit is contained in:
parent
cf382a9154
commit
b987f23731
@ -3348,6 +3348,7 @@ compute_insns_for_mem (insns, last_insn, ht)
|
||||
|
||||
/* Helper function for purge_addressof called through for_each_rtx.
|
||||
Returns true iff the rtl is an ADDRESSOF. */
|
||||
|
||||
static int
|
||||
is_addressof (rtl, data)
|
||||
rtx *rtl;
|
||||
|
@ -2421,11 +2421,11 @@ for_each_rtx (x, f, data)
|
||||
{
|
||||
int result;
|
||||
int length;
|
||||
const char* format;
|
||||
const char *format;
|
||||
int i;
|
||||
|
||||
/* Call F on X. */
|
||||
result = (*f)(x, data);
|
||||
result = (*f) (x, data);
|
||||
if (result == -1)
|
||||
/* Do not traverse sub-expressions. */
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user