expand brind so that we don't have to implement jump tables right now
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 19 Oct 2006 10:56:43 +0000 (10:56 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 19 Oct 2006 10:56:43 +0000 (10:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31045 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index 283d0f18c796fea04341ba4189eff44cf21066fb..f6df6b01b9c32cc0dd74294c9df881c9a5c2941a 100644 (file)
@@ -66,6 +66,7 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
   setOperationAction(ISD::SETCC, MVT::f64, Expand);
 
   setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
+  setOperationAction(ISD::BRIND, MVT::i32, Expand);
   setOperationAction(ISD::BR_CC, MVT::i32, Custom);
   setOperationAction(ISD::BR_CC, MVT::f32, Custom);
   setOperationAction(ISD::BR_CC, MVT::f64, Custom);