diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-07-17 07:34:23 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-07-17 07:34:23 +0000 |
commit | 05bef641636c45a50fcd2365060d99b4ce3ea305 (patch) | |
tree | 37ddd9e1a827392ba506d079fd9e84913279e6bb /lib/Target/MSP430 | |
parent | 9684d47d8abfa913a4eeec8be731e6337c0b83ee (diff) | |
download | external_llvm-05bef641636c45a50fcd2365060d99b4ce3ea305.zip external_llvm-05bef641636c45a50fcd2365060d99b4ce3ea305.tar.gz external_llvm-05bef641636c45a50fcd2365060d99b4ce3ea305.tar.bz2 |
Oops, accidentally set a legal operation to expand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r-- | lib/Target/MSP430/MSP430ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp index dbdcd40..65f6538 100644 --- a/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/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); |