Fix indentation. No functional change.

llvm-svn: 187644
This commit is contained in:
Craig Topper
2013-08-02 05:10:31 +00:00
parent 740e402b8b
commit 470059472a

View File

@@ -3917,7 +3917,7 @@ Sema::CheckReturnStackAddr(Expr *RetValExp, QualType lhsType,
static Expr *EvalAddr(Expr *E, SmallVectorImpl<DeclRefExpr *> &refVars,
Decl *ParentDecl) {
if (E->isTypeDependent())
return NULL;
return NULL;
// We should only be called for evaluating pointer expressions.
assert((E->getType()->isAnyPointerType() ||