From: Craig Topper Date: Sat, 27 Dec 2014 06:59:37 +0000 (+0000) Subject: Fix formatting. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dee343489e397153e555dcf14115694ec89b23d1;p=clang Fix formatting. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 56dcf7d0ec..8c79a18d08 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -2418,8 +2418,8 @@ void X86TargetInfo::setSSELevel(llvm::StringMap &Features, Features["avx2"] = false; case AVX512F: Features["avx512f"] = Features["avx512cd"] = Features["avx512er"] = - Features["avx512pf"] = Features["avx512dq"] = Features["avx512bw"] = - Features["avx512vl"] = false; + Features["avx512pf"] = Features["avx512dq"] = Features["avx512bw"] = + Features["avx512vl"] = false; } }