diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-09-04 16:29:51 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-09-04 16:29:51 +0000 |
commit | afe08db5e6eca5919176811710d7fc74f354b7e6 (patch) | |
tree | ff4793b2b02a8beba3b960cb7ca845e2afe23112 /gcc/tree-inline.c | |
parent | 06e744948bac604868ec7bbedf726b8d1a19b9e8 (diff) | |
download | gcc-afe08db5e6eca5919176811710d7fc74f354b7e6.zip gcc-afe08db5e6eca5919176811710d7fc74f354b7e6.tar.gz gcc-afe08db5e6eca5919176811710d7fc74f354b7e6.tar.bz2 |
Remove leading TAB.
From-SVN: r116681
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 78526e5..e77c9b8 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1089,7 +1089,7 @@ setup_one_parameter (copy_body_data *id, tree p, tree value, tree fn, if (rhs == error_mark_node) return; - + STRIP_USELESS_TYPE_CONVERSION (rhs); /* We want to use MODIFY_EXPR, not INIT_EXPR here so that we |