forked from OSchip/llvm-project
Removing an unused variable that was missed with the refactoring in r310272; NFC.
llvm-svn: 310285
This commit is contained in:
parent
d70ea7fed0
commit
428f0fe910
|
@ -120,9 +120,6 @@ Instruction *InstCombiner::OptAndOp(BinaryOperator *Op,
|
|||
ConstantInt *AndRHS,
|
||||
BinaryOperator &TheAnd) {
|
||||
Value *X = Op->getOperand(0);
|
||||
Constant *Together = nullptr;
|
||||
if (!Op->isShift())
|
||||
Together = ConstantExpr::getAnd(AndRHS, OpRHS);
|
||||
|
||||
switch (Op->getOpcode()) {
|
||||
default: break;
|
||||
|
|
Loading…
Reference in New Issue