diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 3400329b3c1..e72fe9aeee4 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -115,7 +115,7 @@ public: int static_pass_number; protected: - gcc::context *ctxt_; + gcc::context *m_ctxt; }; /* Description of GIMPLE pass. */ |