diff options
| author | Patrick Lyster <Patrick.lyster@ibm.com> | 2019-02-06 18:18:02 +0000 |
|---|---|---|
| committer | Patrick Lyster <Patrick.lyster@ibm.com> | 2019-02-06 18:18:02 +0000 |
| commit | 16471947f51917474d8b9b827a517c4aedaace6b (patch) | |
| tree | ed6584c1d3d9453fb64ac637a8c93430ebaaf444 | |
| parent | 6f6beae627b2c97b8c355473304f82bd4576364a (diff) | |
| download | bcm5719-llvm-16471947f51917474d8b9b827a517c4aedaace6b.tar.gz bcm5719-llvm-16471947f51917474d8b9b827a517c4aedaace6b.zip | |
Test commit. NFC
llvm-svn: 353320
| -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 fe7e18b32fe..6fa98b43764 100644 --- a/clang/lib/Sema/SemaOpenMP.cpp +++ b/clang/lib/Sema/SemaOpenMP.cpp @@ -134,7 +134,7 @@ private: /// get the data (loop counters etc.) about enclosing loop-based construct. /// This data is required during codegen. DoacrossDependMapTy DoacrossDepends; - /// first argument (Expr *) contains optional argument of the + /// First argument (Expr *) contains optional argument of the /// 'ordered' clause, the second one is true if the regions has 'ordered' /// clause, false otherwise. llvm::Optional<std::pair<const Expr *, OMPOrderedClause *>> OrderedRegion; |

