Skip to content

Commit 4d208c6

Browse files
committed
Remove unused variable
1 parent 0ceb3ce commit 4d208c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5303,7 +5303,6 @@ bool AMDGPUTargetLowering::isInt64ImmLegal(SDNode *N, SelectionDAG &DAG) const {
53035303
ConstantSDNode *SDConstant = dyn_cast<ConstantSDNode>(N);
53045304
ConstantFPSDNode *SDFPConstant = dyn_cast<ConstantFPSDNode>(N);
53055305
auto &ST = DAG.getSubtarget<GCNSubtarget>();
5306-
bool isInlineable = false;
53075306
const auto *TII = ST.getInstrInfo();
53085307

53095308
if (!ST.hasMovB64() || (!SDConstant && !SDFPConstant))

0 commit comments

Comments
 (0)