mirror of https://github.com/CrimsonTome/tldr.git
opt: fix typo (#9895)
parent
49046fd6be
commit
a02542c3df
|
@ -1,6 +1,6 @@
|
||||||
# opt
|
# 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>.
|
> More information: <https://llvm.org/docs/CommandGuide/opt.html>.
|
||||||
|
|
||||||
- Run an optimization or analysis on a bitcode file:
|
- Run an optimization or analysis on a bitcode file:
|
||||||
|
|
Loading…
Reference in New Issue