diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-11 14:54:41 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-11 15:13:28 -0700 |
commit | c52516819073ccc2853a347b28a4e88fa0af9cbb (patch) | |
tree | d232b5a2e373b178c0c87120f547eda00b9c0e27 /llvm/lib/Object/TapiUniversal.cpp | |
parent | c5d012341e58bf5e4300024a7e4f4e509c08463f (diff) | |
download | llvm-c52516819073ccc2853a347b28a4e88fa0af9cbb.zip llvm-c52516819073ccc2853a347b28a4e88fa0af9cbb.tar.gz llvm-c52516819073ccc2853a347b28a4e88fa0af9cbb.tar.bz2 |
[X86] Remove unnecessary #if around call to isCpuIdSupported in getHostCPUName.
The exact same #if is already inside isCpuIdSupported and causes
it to return true. The definition of isCpuIdSupported isn't
conditional so we should be able just rely on its body doing
the right thing.
Diffstat (limited to 'llvm/lib/Object/TapiUniversal.cpp')
0 files changed, 0 insertions, 0 deletions