Skip to content
Snippets Groups Projects
Commit fab6cbe6 authored by Eli Friedman's avatar Eli Friedman
Browse files

Oops, accidentally set a legal operation to expand.

llvm-svn: 76165
parent 3c8fa978
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,6 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) :
setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand);
// FIXME: Implement efficiently multiplication by a constant
setOperationAction(ISD::MUL, MVT::i16, Expand);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment