Silence more warnings. Two more unused variables.
authorEric Christopher <echristo@apple.com>
Mon, 13 Sep 2010 18:30:57 +0000 (18:30 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 13 Sep 2010 18:30:57 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113771 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 419784d47a4480772d11b4ab3e153de766c6d6cc..ca97ed30a3c30165edd16561636098cb3d8ca7d4 100644 (file)
@@ -2829,8 +2829,6 @@ static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) {
 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.