diff options
author | Eric Christopher <echristo@apple.com> | 2010-09-13 18:30:57 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-09-13 18:30:57 +0000 |
commit | 79127ab3f541192dfdeff189e0e1c2609bffbdd8 (patch) | |
tree | c4cc2fd208627318146f1db7ed1d2cd379547f63 /llvm/lib/CodeGen | |
parent | fe12f23024dd5d6f35c158b1a7b739d02b23a034 (diff) | |
download | bcm5719-llvm-79127ab3f541192dfdeff189e0e1c2609bffbdd8.tar.gz bcm5719-llvm-79127ab3f541192dfdeff189e0e1c2609bffbdd8.zip |
Silence more warnings. Two more unused variables.
llvm-svn: 113771
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 419784d47a4..ca97ed30a3c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -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. |