expand ISD::MEMSET

llvm-svn: 31137
This commit is contained in:
Rafael Espindola 2006-10-23 20:08:22 +00:00
parent 9cdaa53007
commit cd5f662c7b
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
setOperationAction(ISD::SETCC, MVT::f64, Expand);
setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
setOperationAction(ISD::MEMSET, MVT::Other, Expand);
setOperationAction(ISD::BRIND, MVT::i32, Expand);
setOperationAction(ISD::BR_CC, MVT::i32, Custom);
setOperationAction(ISD::BR_CC, MVT::f32, Custom);