Remove the last vestiges of resetOperationActions.
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index 7943064caf6e4b8203159f967b7365d5c462085e..9a50bd0d31882313a597198a7b222d2f959e3027 100644 (file)
@@ -1089,10 +1089,6 @@ public:
   // TargetLowering Configuration Methods - These methods should be invoked by
   // the derived class constructor to configure this object for the target.
   //
-
-  /// \brief Reset the operation actions based on target options.
-  virtual void resetOperationActions() {}
-
 protected:
   /// Specify how the target extends the result of integer and floating point
   /// boolean values from i1 to a wider type.  See getBooleanContents.