diff options
Diffstat (limited to 'gcc/cgraphclones.c')
-rw-r--r-- | gcc/cgraphclones.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index e1aa120dce4..cad10a7dcb0 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -750,8 +750,8 @@ cgraph_function_versioning (struct cgraph_node *old_version_node, SET_DECL_RTL (new_decl, NULL); /* When the old decl was a con-/destructor make sure the clone isn't. */ - DECL_STATIC_CONSTRUCTOR(new_decl) = 0; - DECL_STATIC_DESTRUCTOR(new_decl) = 0; + DECL_STATIC_CONSTRUCTOR (new_decl) = 0; + DECL_STATIC_DESTRUCTOR (new_decl) = 0; /* Create the new version's call-graph node. and update the edges of the new node. */ |