The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / XCore / XCoreISelLowering.h
index 46643014a09f6c847743ce8ff11223f2ba8014c3..febc198f4faf1db1f917723d6dc0169fb865603a 100644 (file)
@@ -193,8 +193,7 @@ namespace llvm {
 
     virtual bool
       CanLowerReturn(CallingConv::ID CallConv, bool isVarArg,
-                     const SmallVectorImpl<EVT> &OutTys,
-                     const SmallVectorImpl<ISD::ArgFlagsTy> &ArgsFlags,
+                     const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
                      LLVMContext &Context) const;
   };
 }