diff options
author | Craig Topper <craig.topper@intel.com> | 2019-05-23 21:34:36 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-05-23 21:34:36 +0000 |
commit | a85c0fd918749fe88c3a3bbc5ca23061e88b4536 (patch) | |
tree | e587ba41982076604681f932f29e201b175690e4 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | ca6a8ae0bffe88f3f0974316b2408b2548ff6f77 (diff) | |
download | bcm5719-llvm-a85c0fd918749fe88c3a3bbc5ca23061e88b4536.tar.gz bcm5719-llvm-a85c0fd918749fe88c3a3bbc5ca23061e88b4536.zip |
[X86] Split multi-line chained assignments into single lines to avoid making clang-format create triangle shaped indentation. Simplify one if statement to remove a bunch of string matches. NFCI
We had an if statement that checked over every avx512* feature to see if it should enabled avx512f. Since they are all prefixed with avx512 just check for that instead.
llvm-svn: 361557
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions