[Sparc]: Implement getSetCCResultType() in SparcTargetLowering so that umulo/smulo...
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.h
index 8d27caaf159bc68b16dd291558157dcac7cdf9ef..2659fc89501de3a029aa599bc99a8d29375eefe7 100644 (file)
@@ -79,6 +79,9 @@ namespace llvm {
     virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
     virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
 
+    /// getSetCCResultType - Return the ISD::SETCC ValueType
+    virtual EVT getSetCCResultType(LLVMContext &Context, EVT VT) const;
+
     virtual SDValue
       LowerFormalArguments(SDValue Chain,
                            CallingConv::ID CallConv,