OSDN Git Service

expand ISD::SELECT
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 9 Oct 2006 16:28:33 +0000 (16:28 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 9 Oct 2006 16:28:33 +0000 (16:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30829 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index 9c64445..ccbe594 100644 (file)
@@ -57,6 +57,8 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
   setOperationAction(ISD::GlobalAddress, MVT::i32,   Custom);
   setOperationAction(ISD::ConstantPool,  MVT::i32,   Custom);
 
+  setOperationAction(ISD::SELECT, MVT::i32, Expand);
+
   setOperationAction(ISD::SETCC, MVT::i32, Expand);
   setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
   setOperationAction(ISD::BR_CC, MVT::i32, Custom);