r224877 - Fix formatting. NFC.
Craig Topper
craig.topper at gmail.com
Fri Dec 26 22:59:37 PST 2014
Author: ctopper
Date: Sat Dec 27 00:59:37 2014
New Revision: 224877
URL: http://llvm.org/viewvc/llvm-project?rev=224877&view=rev
Log:
Fix formatting. NFC.
Modified:
cfe/trunk/lib/Basic/Targets.cpp
Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=224877&r1=224876&r2=224877&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Sat Dec 27 00:59:37 2014
@@ -2418,8 +2418,8 @@ void X86TargetInfo::setSSELevel(llvm::St
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;
}
}
More information about the cfe-commits
mailing list