Commit b987f237 by Richard Kenner

Trivial whitespace changes

From-SVN: r43671
parent cf382a91
......@@ -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;
......
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