this case isn't handled

llvm-svn: 28948
This commit is contained in:
Andrew Lenharth 2006-06-27 23:19:14 +00:00
parent bb3ae5eb8f
commit a53a22e5fe
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::TRUNCSTORE, MVT::i1, Promote);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
setOperationAction(ISD::FREM, MVT::f32, Expand);
setOperationAction(ISD::FREM, MVT::f64, Expand);