mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 09:39:28 +00:00
Do not use "else" when both branches return (NFC)
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1089dfcf5c
commit
614b53ec28
@ -219,9 +219,8 @@ SDValue VectorLegalizer::LegalizeOp(SDValue Op) {
|
||||
assert(Result.getValue(1).use_empty() &&
|
||||
"There are still live users of the old chain!");
|
||||
return LegalizeOp(Lowered);
|
||||
} else {
|
||||
return TranslateLegalizeResults(Op, Lowered);
|
||||
}
|
||||
return TranslateLegalizeResults(Op, Lowered);
|
||||
}
|
||||
case TargetLowering::Expand:
|
||||
Changed = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user