Remove redundant "slm".

This commit is contained in:
Preston Gurd
2013-09-20 16:44:01 -04:00
parent 9e0e9dbecc
commit 4b26b8b430

View File

@@ -149,7 +149,7 @@ static const char *supportedCPUs[] = {
#endif #endif
"atom", "penryn", "core2", "corei7", "corei7-avx" "atom", "penryn", "core2", "corei7", "corei7-avx"
#if !defined(LLVM_3_1) #if !defined(LLVM_3_1)
, "core-avx-i", "core-avx2", "slm" , "core-avx-i", "core-avx2"
#endif // LLVM 3.2+ #endif // LLVM 3.2+
#if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3) #if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3)
, "slm" , "slm"