mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Remove 'else' after 'return'. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00f94955ef
commit
349d6a70a1
@ -226,8 +226,7 @@ unsigned AsmWriterInst::MatchesAllButOneOp(const AsmWriterInst &Other)const{
|
||||
if (Operands[i] != Other.Operands[i]) {
|
||||
if (MismatchOperand != ~0U) // Already have one mismatch?
|
||||
return ~1U;
|
||||
else
|
||||
MismatchOperand = i;
|
||||
MismatchOperand = i;
|
||||
}
|
||||
}
|
||||
return MismatchOperand;
|
||||
|
Loading…
x
Reference in New Issue
Block a user