Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrantq committed Jan 17, 2025
1 parent cd0e35e commit 953ac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/Herbie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cl::opt<bool> EnzymeEnableFPOpt("enzyme-enable-fpopt", cl::init(false),
cl::Hidden, cl::desc("Run the FPOpt pass"));
cl::opt<bool> EnzymePrintFPOpt("enzyme-print-fpopt", cl::init(false),
cl::Hidden,
cl::desc("Enable Enzyme to print FPOpt info"));
cl::desc("Enable Enzyme to print FPOpt info"));
static cl::opt<bool>
EnzymePrintHerbie("enzyme-print-herbie", cl::init(false), cl::Hidden,
cl::desc("Enable Enzyme to print Herbie expressions"));
Expand Down

0 comments on commit 953ac4f

Please sign in to comment.