diff options
Diffstat (limited to 'gcc/context.c')
-rw-r--r-- | gcc/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/context.c b/gcc/context.c index b5152419a97..6bd25f01852 100644 --- a/gcc/context.c +++ b/gcc/context.c @@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see /* The singleton holder of global state: */ gcc::context *g; -gcc::context::context() +gcc::context::context () { passes_ = new gcc::pass_manager (this); } |