forked from OSchip/llvm-project
[AMDGPU] Fix -Wunused-variable after e5823bf806
This commit is contained in:
parent
b16f82ad3b
commit
5721483b64
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue