commit | 7728f7e890fd326af6948c52092fc9ea4f38c986 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed Jul 09 05:32:22 2008 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed Jul 09 05:32:22 2008 +0000 |
tree | 81e5bcd86dd1ec3197496149894cbe309e5193d8 | |
parent | d1f77bf9312e93c62e651a8cdc2cbee68a21f1c1 [diff] [blame] |
Fixed features usage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53277 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index 8807aff..af54d2d 100644 --- a/lib/Target/Mips/MipsISelLowering.cpp +++ b/lib/Target/Mips/MipsISelLowering.cpp
@@ -122,7 +122,7 @@ if (Subtarget->isSingleFloat()) setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); - if (!Subtarget->isAllegrex()) { + if (!Subtarget->hasSEInReg()) { setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand); setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); }