forked from OSchip/llvm-project
parent
47a9c4715a
commit
d0f59dedf8
|
@ -1289,7 +1289,8 @@ unsigned AlphaISel::SelectExpr(SDOperand N) {
|
|||
}
|
||||
|
||||
if ((DestType == MVT::f64 || DestType == MVT::f32)
|
||||
&& opcode != ISD::CALL && opcode != ISD::TAILCALL)
|
||||
&& opcode != ISD::CALL && opcode != ISD::TAILCALL
|
||||
&& opcode != ISD::CopyFromReg && opcode != ISD::LOAD)
|
||||
return SelectExprFP(N, Result);
|
||||
|
||||
switch (opcode) {
|
||||
|
|
Loading…
Reference in New Issue