Skip to content

Commit 14b466b

Browse files
committed
[X86] Fix a typo of Broadwell after D74918. NFC
Close llvm#64053
1 parent 760cad6 commit 14b466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/X86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ bool X86TargetInfo::validateAsmConstraint(
13651365
// | Sandy Bridge | 64 | https://en.wikipedia.org/wiki/Sandy_Bridge and https://www.7-cpu.com/cpu/SandyBridge.html |
13661366
// | Ivy Bridge | 64 | https://blog.stuffedcow.net/2013/01/ivb-cache-replacement/ and https://www.7-cpu.com/cpu/IvyBridge.html |
13671367
// | Haswell | 64 | https://www.7-cpu.com/cpu/Haswell.html |
1368-
// | Boadwell | 64 | https://www.7-cpu.com/cpu/Broadwell.html |
1368+
// | Broadwell | 64 | https://www.7-cpu.com/cpu/Broadwell.html |
13691369
// | Skylake (including skylake-avx512) | 64 | https://www.nas.nasa.gov/hecc/support/kb/skylake-processors_550.html "Cache Hierarchy" |
13701370
// | Cascade Lake | 64 | https://www.nas.nasa.gov/hecc/support/kb/cascade-lake-processors_579.html "Cache Hierarchy" |
13711371
// | Skylake | 64 | https://en.wikichip.org/wiki/intel/microarchitectures/kaby_lake "Memory Hierarchy" |

0 commit comments

Comments
 (0)