Add pattern for OR
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelLowering.cpp
index 39ee075661930ef08e2df47fa9936734ea037f85..e7149e541ecd926f35785ff0f8fcc4a6506ba651 100644 (file)
@@ -54,7 +54,6 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) :
   setShiftAmountType(MVT::i8);
 
   setOperationAction(ISD::SRA, MVT::i16, Custom);
-
   setOperationAction(ISD::RET, MVT::Other, Custom);
 }