summaryrefslogtreecommitdiff
path: root/gcc/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/context.c')
-rw-r--r--gcc/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/context.c b/gcc/context.c
index 6bd25f01852..09e1f898f7a 100644
--- a/gcc/context.c
+++ b/gcc/context.c
@@ -29,5 +29,5 @@ gcc::context *g;
gcc::context::context ()
{
- passes_ = new gcc::pass_manager (this);
+ m_passes = new gcc::pass_manager (this);
}