Skip to content

Commit dd05933

Browse files
committed
Revert "[Vectorize] Fix a warning"
This reverts commit 4c68061. Reverting as part of a revert of a preceding commit.
1 parent e696f4e commit dd05933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ class BinOpSameOpcodeHelper {
876876
isBinOpWithConstantInt(Instruction *I) {
877877
unsigned Opcode = I->getOpcode();
878878
assert(binary_search(SupportedOp, Opcode) && "Unsupported opcode.");
879-
(void)SupportedOp;
880879
auto *BinOp = cast<BinaryOperator>(I);
881880
if (auto *CI = dyn_cast<ConstantInt>(BinOp->getOperand(1)))
882881
return {CI, 1};

0 commit comments

Comments
 (0)