Fix 2006-04-28-Sign-extend-bool.ll for ia64.

llvm-svn: 51632
This commit is contained in:
Chris Lattner 2008-05-28 04:00:06 +00:00
parent c2fb8d7e2b
commit d2c3e86cc3
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ IA64TargetLowering::IA64TargetLowering(TargetMachine &TM)
setOperationAction(ISD::FSQRT, MVT::f32, Expand);
setOperationAction(ISD::FPOW , MVT::f32, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
// FIXME: IA64 supports fcopysign natively!
setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);