Variable was unused in non-debug build (used in assert) causing compile time
warning and eventual build failure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306034
91177308-0d34-0410-b5e6-
96231b3b80d8
Op.getOperand(13), // slc
};
- const ConstantSDNode *tfe = cast<ConstantSDNode>(Op.getOperand(14));
- assert(tfe->getZExtValue() == 0 &&
+ assert((cast<ConstantSDNode>(Op.getOperand(14)))->getZExtValue() == 0 &&
"Value of tfe other than zero is unsupported");
EVT VT = Op.getOperand(3).getValueType();