Remove unused variable 's8' in X86LegalizerInfo.cpp (NFC)
/data/llvm-project/llvm/lib/Target/X86/X86LegalizerInfo.cpp:443:13: error: unused variable 's8' [-Werror,-Wunused-variable]
const LLT s8 = LLT::scalar(8);
^
1 error generated.
This commit is contained in:
@@ -440,7 +440,6 @@ void X86LegalizerInfo::setLegalizerInfo64bit() {
|
||||
if (!Subtarget.is64Bit())
|
||||
return;
|
||||
|
||||
const LLT s8 = LLT::scalar(8);
|
||||
const LLT s32 = LLT::scalar(32);
|
||||
const LLT s64 = LLT::scalar(64);
|
||||
const LLT s128 = LLT::scalar(128);
|
||||
|
||||
Reference in New Issue
Block a user