mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
Silence more warnings. Two more unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da53582d11
commit
1a56e083e7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user