[X86] Better support for the MCU psABI (LLVM part)
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index a30b060622aca94c651771d7a1d2c0f237068105..140c36591acc8c808debc0fac32063d61623235e 100644 (file)
@@ -2453,13 +2453,6 @@ public:
 
   };
 
-  // Mark inreg arguments for lib-calls. For normal calls this is done by
-  // the frontend ABI code.
-  virtual void markInRegArguments(SelectionDAG &DAG, 
-                 TargetLowering::ArgListTy &Args) const {
-    return;
-  }
-
   /// This function lowers an abstract call to a function into an actual call.
   /// This returns a pair of operands.  The first element is the return value
   /// for the function (if RetTy is not VoidTy).  The second element is the