diff options
Diffstat (limited to 'gcc/ipa-struct-reorg.c')
-rw-r--r-- | gcc/ipa-struct-reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index e4bc7fa..1985cec 100644 --- a/gcc/ipa-struct-reorg.c +++ b/gcc/ipa-struct-reorg.c @@ -3628,7 +3628,7 @@ do_reorg_1 (void) pop_cfun (); } - cfun = NULL; + set_cfun (NULL); } /* This function creates new global struct variables. |