diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-07-01 09:34:02 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-07-01 09:34:02 -0400 |
commit | b987f23731a41836b6859b85c540e25cc318e2ce (patch) | |
tree | 1a7fa37465083a9a187edd0815e5bc223252e5b8 /gcc/function.c | |
parent | cf382a915419ee910918ddc9e80412233f1eca98 (diff) | |
download | gcc-b987f23731a41836b6859b85c540e25cc318e2ce.zip gcc-b987f23731a41836b6859b85c540e25cc318e2ce.tar.gz gcc-b987f23731a41836b6859b85c540e25cc318e2ce.tar.bz2 |
Trivial whitespace changes
From-SVN: r43671
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 6ecf099..d14ffdb 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -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; |