aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-09-30 15:22:01 +0000
committerGabor Greif <ggreif@gmail.com>2010-09-30 15:22:01 +0000
commit138d6a6890c171068ac60430431eaadb3fcef9ab (patch)
tree986abb70335c63505abbfa5e9329229a26cb9b27
parent9121ba232903ebe61e7bbe14ca294cf0f07dfa96 (diff)
typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115148 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Expr.h2
1 files changed, 1 insertions, 1 deletions
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;