diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-09-30 15:22:01 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-09-30 15:22:01 +0000 |
| commit | 61edf47ec6ea2c475f0258ca055d2204dab06eb5 (patch) | |
| tree | fc32d8caacecb40aa40f4646f0c10ac5838fcef7 | |
| parent | 6c233c141e6cd75f24432b484d2f7398e79587fa (diff) | |
| download | bcm5719-llvm-61edf47ec6ea2c475f0258ca055d2204dab06eb5.tar.gz bcm5719-llvm-61edf47ec6ea2c475f0258ca055d2204dab06eb5.zip | |
typo
llvm-svn: 115148
| -rw-r--r-- | clang/include/clang/AST/Expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h index f6bd17c521a..e8600f4c9b6 100644 --- a/clang/include/clang/AST/Expr.h +++ b/clang/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; |

