diff options
author | Sergi Mateo Bellido <sergi.mateo.bellido@gmail.com> | 2019-02-01 08:39:01 +0000 |
---|---|---|
committer | Sergi Mateo Bellido <sergi.mateo.bellido@gmail.com> | 2019-02-01 08:39:01 +0000 |
commit | f3e00fe35d5da4893e53c232b76a2315d51b38f5 (patch) | |
tree | 55e3dabf921287ba01db63b988ffc4ee8f8a0fe2 /clang/lib/Sema/SemaOpenMP.cpp | |
parent | 11f796925663adac7dd032755b97e10ff9722d23 (diff) | |
download | bcm5719-llvm-f3e00fe35d5da4893e53c232b76a2315d51b38f5.tar.gz bcm5719-llvm-f3e00fe35d5da4893e53c232b76a2315d51b38f5.zip |
Test commit: fix typo
llvm-svn: 352842
Diffstat (limited to 'clang/lib/Sema/SemaOpenMP.cpp')
-rw-r--r-- | clang/lib/Sema/SemaOpenMP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaOpenMP.cpp b/clang/lib/Sema/SemaOpenMP.cpp index 2c577904626..d28f15fe07a 100644 --- a/clang/lib/Sema/SemaOpenMP.cpp +++ b/clang/lib/Sema/SemaOpenMP.cpp @@ -4583,7 +4583,7 @@ Expr *OpenMPIterationSpaceChecker::buildPreCond( /*AllowExplicit=*/true); } SemaRef.getDiagnostics().setSuppressAllDiagnostics(Suppress); - // Otherwise use original loop conditon and evaluate it in runtime. + // Otherwise use original loop condition and evaluate it in runtime. return CondExpr.isUsable() ? CondExpr.get() : Cond; } |