Oops, accidentally set a legal operation to expand.

llvm-svn: 76165
This commit is contained in:
Eli Friedman 2009-07-17 07:34:23 +00:00
parent 3c8fa978ad
commit fab6cbe6cd
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) :
setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand);
// FIXME: Implement efficiently multiplication by a constant // FIXME: Implement efficiently multiplication by a constant
setOperationAction(ISD::MUL, MVT::i16, Expand); setOperationAction(ISD::MUL, MVT::i16, Expand);