aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-04-12 08:30:38 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2000-04-12 08:30:38 -0400
commitcc2a3e631d06ffded098888acfd8c8322e47e81d (patch)
tree1d11b702aa9164b2141cc9bc8d198d018538ed4c /gcc
parentbdeb029cbced910b00731c41b35b2c98b8791a5b (diff)
downloadgcc-cc2a3e631d06ffded098888acfd8c8322e47e81d.zip
gcc-cc2a3e631d06ffded098888acfd8c8322e47e81d.tar.gz
gcc-cc2a3e631d06ffded098888acfd8c8322e47e81d.tar.bz2
Minor whitespace change
From-SVN: r33101
Diffstat (limited to 'gcc')
-rw-r--r--gcc/calls.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 90afe1e..f7cf503 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -2012,9 +2012,7 @@ expand_call (exp, target, ignore)
/* If we don't have specific function to call, see if we have a
attributes set in the type. */
if (fndecl == 0)
- {
- flags |= flags_from_decl_or_type (TREE_TYPE (TREE_TYPE (p)));
- }
+ flags |= flags_from_decl_or_type (TREE_TYPE (TREE_TYPE (p)));
#ifdef REG_PARM_STACK_SPACE
#ifdef MAYBE_REG_PARM_STACK_SPACE