git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113771
91177308-0d34-0410-b5e6-
96231b3b80d8
int TargetLowering::getMultipleConstraintMatchWeight(
AsmOperandInfo &info, int maIndex) const {
std::vector<std::string> &rCodes = info.multipleAlternatives[maIndex].Codes;
- int matchingInput = info.multipleAlternatives[maIndex].MatchingInput;
- TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown;
int BestWeight = -1;
// Loop over the options, keeping track of the most general one.