diff options
Diffstat (limited to 'CodeGen/CGExprScalar.cpp')
| -rw-r--r-- | CodeGen/CGExprScalar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CGExprScalar.cpp b/CodeGen/CGExprScalar.cpp index d088195db9..9846d81d1e 100644 --- a/CodeGen/CGExprScalar.cpp +++ b/CodeGen/CGExprScalar.cpp @@ -85,7 +85,7 @@ public: //===--------------------------------------------------------------------===// Value *VisitStmt(Stmt *S) { - S->dump(CGF.getContext().SourceMgr); + S->dump(CGF.getContext().getSourceManager()); assert(0 && "Stmt can't have complex result type!"); return 0; } |
