mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
[X86] Correct the spelling of pentiumpro in X86TargetParser.def
Thanks to Erich Keane for spotting this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc9fb908bc
commit
f004f4147f
@ -50,7 +50,7 @@ X86_CPU_TYPE ("i386", INTEL_i386)
|
|||||||
X86_CPU_TYPE ("i486", INTEL_i486)
|
X86_CPU_TYPE ("i486", INTEL_i486)
|
||||||
X86_CPU_TYPE ("pentium", INTEL_PENTIUM)
|
X86_CPU_TYPE ("pentium", INTEL_PENTIUM)
|
||||||
X86_CPU_TYPE ("pentium-mmx", INTEL_PENTIUM_MMX)
|
X86_CPU_TYPE ("pentium-mmx", INTEL_PENTIUM_MMX)
|
||||||
X86_CPU_TYPE ("pentium-pro", INTEL_PENTIUM_PRO)
|
X86_CPU_TYPE ("pentiumpro", INTEL_PENTIUM_PRO)
|
||||||
X86_CPU_TYPE ("pentium2", INTEL_PENTIUM_II)
|
X86_CPU_TYPE ("pentium2", INTEL_PENTIUM_II)
|
||||||
X86_CPU_TYPE ("pentium3", INTEL_PENTIUM_III)
|
X86_CPU_TYPE ("pentium3", INTEL_PENTIUM_III)
|
||||||
X86_CPU_TYPE ("pentium4", INTEL_PENTIUM_IV)
|
X86_CPU_TYPE ("pentium4", INTEL_PENTIUM_IV)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user