diff options
Diffstat (limited to 'lib/AST/Stmt.cpp')
| -rw-r--r-- | lib/AST/Stmt.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/AST/Stmt.cpp b/lib/AST/Stmt.cpp index 3a838fadafa4..6e0da4714912 100644 --- a/lib/AST/Stmt.cpp +++ b/lib/AST/Stmt.cpp @@ -117,7 +117,7 @@ void CompoundStmt::setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts) {  }  const char *LabelStmt::getName() const { -  return getID()->getName(); +  return getID()->getNameStart();  }  // This is defined here to avoid polluting Stmt.h with importing Expr.h | 
