[all-commits] [llvm/llvm-project] c0906f: [SLP] Remove stray semicolon to make bots happy
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jan 20 14:09:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0906f6b21a1f64f493c9180622d5978d05b17c2
https://github.com/llvm/llvm-project/commit/c0906f6b21a1f64f493c9180622d5978d05b17c2
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Remove stray semicolon to make bots happy
Certain bots (e.g. sanitizer-x86_64-linux-android) appear to be running with strict c++98 flags which disallow ; at global scope.
More information about the All-commits
mailing list