1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Silence more warnings. Two more unused variables.

llvm-svn: 113771
This commit is contained in:
Eric Christopher 2010-09-13 18:30:57 +00:00
parent e305c119b9
commit 02df36a2fb

View 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.