diff --git a/enzyme/Enzyme/Herbie.cpp b/enzyme/Enzyme/Herbie.cpp index 7407f068ba7..7a681b03fa7 100644 --- a/enzyme/Enzyme/Herbie.cpp +++ b/enzyme/Enzyme/Herbie.cpp @@ -148,7 +148,7 @@ static cl::opt static cl::opt FPOptMaxMPFRPrec("fpopt-max-mpfr-prec", cl::init(1024), cl::Hidden, cl::desc("Max precision for MPFR gold value computation")); -static cl::opt +static cl::opt FPOptWidenRange("fpopt-widen-range", cl::init(1), cl::Hidden, cl::desc("Ablation study only: widen the range of input " "hypercube by this factor"));