diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-12 20:35:47 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-12 20:35:48 -0700 |
commit | 033bf61cc514dfa271e0bc9dd2c7e11240328c8c (patch) | |
tree | 52465fb94d7f15811586703a9185591dc3830382 /lldb/source/Interpreter/CommandObject.cpp | |
parent | 339e49e2ca4b92bad0e2694993c6e59c0cadb440 (diff) | |
download | llvm-033bf61cc514dfa271e0bc9dd2c7e11240328c8c.zip llvm-033bf61cc514dfa271e0bc9dd2c7e11240328c8c.tar.gz llvm-033bf61cc514dfa271e0bc9dd2c7e11240328c8c.tar.bz2 |
[X86] Remove brand_id check from cpu_indicator_init.
Brand index was a feature some Pentium III and Pentium 4 CPUs.
It provided an index into a software lookup table to provide a
brand name for the CPU. This is separate from the family/model.
It's unclear to me why this index being non-zero was used to
block checking family/model. None of the CPUs that had a non-zero
brand index are supported by __builtin_cpu_is or target
multi-versioning so this should have no real effect.
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions