]> granicus.if.org Git - clang/commitdiff
Fix formatting. NFC.
authorCraig Topper <craig.topper@gmail.com>
Sat, 27 Dec 2014 06:59:37 +0000 (06:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 27 Dec 2014 06:59:37 +0000 (06:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224877 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 56dcf7d0ec89afad7bace5f1dfa3f13404cc7105..8c79a18d08b96e469e4035474e8fc633bebc469a 100644 (file)
@@ -2418,8 +2418,8 @@ void X86TargetInfo::setSSELevel(llvm::StringMap<bool> &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;
   }
 }