1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

opt: fix typo (#9895)

This commit is contained in:
Seth Falco 2023-02-27 07:05:59 +01:00 committed by GitHub
parent 49046fd6be
commit a02542c3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# opt
> A tool that takes LLVM source files and runs specified optimizations and/or analysis on them.
> A tool that takes LLVM source files and runs specified optimizations and/or analyses on them.
> More information: <https://llvm.org/docs/CommandGuide/opt.html>.
- Run an optimization or analysis on a bitcode file: