mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Remove 'else' after 'return'. No functional change.
llvm-svn: 186929
This commit is contained in:
parent
e053d0d3ac
commit
6c816aee2a
@ -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…
Reference in New Issue
Block a user