CXX_FAST_TLS calling convention: target independent portion.
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index a105917958daf3a025ed317ef401fec3f92b2a53..a30b060622aca94c651771d7a1d2c0f237068105 100644 (file)
@@ -2264,8 +2264,8 @@ public:
   }
 
   /// Return true if the target supports that a subset of CSRs for the given
-  /// calling convention is handled explicitly via copies.
-  virtual bool supportSplitCSR(CallingConv::ID CC) const {
+  /// machine function is handled explicitly via copies.
+  virtual bool supportSplitCSR(MachineFunction *MF) const {
     return false;
   }