summaryrefslogtreecommitdiff
path: root/pstl
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-08-08 14:49:28 +0000
committerLouis Dionne <ldionne@apple.com>2019-08-08 14:49:28 +0000
commit215360737941c4c13fcdcb87128752a19363f13d (patch)
tree255792fafd12617b50484a26a384e6a0156a3a8e /pstl
parentdd591977e0fef0179146cae757170ba529e099a1 (diff)
downloadllvm-215360737941c4c13fcdcb87128752a19363f13d.tar.gz
[pstl] Remove stray semicolon
llvm-svn: 368302
Diffstat (limited to 'pstl')
-rw-r--r--pstl/include/pstl/internal/execution_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/include/pstl/internal/execution_impl.h b/pstl/include/pstl/internal/execution_impl.h
index 032ca569b5c3..26f4c7df4c63 100644
--- a/pstl/include/pstl/internal/execution_impl.h
+++ b/pstl/include/pstl/internal/execution_impl.h
@@ -42,7 +42,7 @@ template <typename _Tp>
std::true_type __lazy_or(_Tp, std::true_type)
{
return std::true_type{};
-};
+}
template <typename _Tp>
inline _Tp