fix most regressions

llvm-svn: 22307
This commit is contained in:
Andrew Lenharth 2005-06-29 12:23:34 +00:00
parent 47a9c4715a
commit d0f59dedf8
1 changed files with 2 additions and 1 deletions

View File

@ -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) {