From fab6cbe6cdf29d198d6d866f4469224fc46982da Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 17 Jul 2009 07:34:23 +0000 Subject: [PATCH] Oops, accidentally set a legal operation to expand. llvm-svn: 76165 --- llvm/lib/Target/MSP430/MSP430ISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp index dbdcd4063827..65f65381df3f 100644 --- a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp @@ -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); -- GitLab