fix TLI's combineRepeatedFPDivisors interface to return the minimum user threshold
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 3d058e8da13bc27fab0fa46ac7afdd25f74b7c70..18f823c6201e707a74218282513af074d44333a2 100644 (file)
@@ -1124,7 +1124,7 @@ namespace llvm {
                              unsigned &RefinementSteps) const override;
 
     /// Reassociate floating point divisions into multiply by reciprocal.
-    bool combineRepeatedFPDivisors(unsigned NumUsers) const override;
+    unsigned combineRepeatedFPDivisors() const override;
   };
 
   namespace X86 {