[AMDGPU] Fix -Wunused-variable after e5823bf806

This commit is contained in:
Fangrui Song 2020-01-20 22:41:13 -08:00
parent b16f82ad3b
commit 5721483b64
1 changed files with 0 additions and 1 deletions

View File

@ -654,7 +654,6 @@ Value* AMDGPUCodeGenPrepare::expandDivRem24(IRBuilder<> &Builder,
if (IsSigned)
++DivBits;
Type *Ty = Num->getType();
Type *I32Ty = Builder.getInt32Ty();
Type *F32Ty = Builder.getFloatTy();
ConstantInt *One = Builder.getInt32(1);