mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 04:28:30 +00:00
Remove the `else', at Evan's insistence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8ae2fe2a8
commit
18714aeaed
@ -5746,8 +5746,7 @@ void SelectionDAGLegalize::ExpandOp(SDOperand Op, SDOperand &Lo, SDOperand &Hi){
|
||||
ExpandOp(Node->getOperand(0), Lo, Hi);
|
||||
if (cast<ConstantSDNode>(Node->getOperand(1))->getValue())
|
||||
return ExpandOp(Hi, Lo, Hi);
|
||||
else
|
||||
return ExpandOp(Lo, Lo, Hi);
|
||||
return ExpandOp(Lo, Lo, Hi);
|
||||
case ISD::EXTRACT_VECTOR_ELT:
|
||||
assert(VT==MVT::i64 && "Do not know how to expand this operator!");
|
||||
// ExpandEXTRACT_VECTOR_ELT tolerates invalid result types.
|
||||
|
Loading…
Reference in New Issue
Block a user