From 138d6a6890c171068ac60430431eaadb3fcef9ab Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 30 Sep 2010 15:22:01 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115148 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index f6bd17c521..e8600f4c9b 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -367,7 +367,7 @@ public: bool isEvaluatable(ASTContext &Ctx) const; /// HasSideEffects - This routine returns true for all those expressions - /// which must be evaluated each time and must not be optimization away + /// which must be evaluated each time and must not be optimized away /// or evaluated at compile time. Example is a function call, volatile /// variable read. bool HasSideEffects(ASTContext &Ctx) const; -- 2.40.0