diff options
Diffstat (limited to 'clang/lib/Basic/Targets/X86.h')
-rw-r--r-- | clang/lib/Basic/Targets/X86.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/clang/lib/Basic/Targets/X86.h b/clang/lib/Basic/Targets/X86.h index c3e2cdb3577..21ae4ff4e67 100644 --- a/clang/lib/Basic/Targets/X86.h +++ b/clang/lib/Basic/Targets/X86.h @@ -126,7 +126,6 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { CK_PentiumPro, CK_Pentium2, CK_Pentium3, - CK_Pentium3M, CK_PentiumM, CK_C3_2, @@ -140,7 +139,6 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { /// Netburst microarchitecture based processors. //@{ CK_Pentium4, - CK_Pentium4M, CK_Prescott, CK_Nocona, //@} @@ -221,22 +219,14 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { /// K7 architecture processors. //@{ CK_Athlon, - CK_AthlonThunderbird, - CK_Athlon4, CK_AthlonXP, - CK_AthlonMP, //@} /// \name K8 /// K8 architecture processors. //@{ - CK_Athlon64, - CK_Athlon64SSE3, - CK_AthlonFX, CK_K8, CK_K8SSE3, - CK_Opteron, - CK_OpteronSSE3, CK_AMDFAM10, //@} @@ -298,22 +288,17 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { case CK_PentiumPro: case CK_Pentium2: case CK_Pentium3: - case CK_Pentium3M: case CK_PentiumM: case CK_Yonah: case CK_C3_2: case CK_Pentium4: - case CK_Pentium4M: case CK_Lakemont: case CK_Prescott: case CK_K6: case CK_K6_2: case CK_K6_3: case CK_Athlon: - case CK_AthlonThunderbird: - case CK_Athlon4: case CK_AthlonXP: - case CK_AthlonMP: case CK_Geode: // Only accept certain architectures when compiling in 32-bit mode. if (getTriple().getArch() != llvm::Triple::x86) @@ -336,13 +321,8 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { case CK_SkylakeServer: case CK_Cannonlake: case CK_KNL: - case CK_Athlon64: - case CK_Athlon64SSE3: - case CK_AthlonFX: case CK_K8: case CK_K8SSE3: - case CK_Opteron: - case CK_OpteronSSE3: case CK_AMDFAM10: case CK_BTVER1: case CK_BTVER2: |