We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692ac4d commit be4bd17Copy full SHA for be4bd17
src/mir/optimizations.md
@@ -1,7 +1,7 @@
1
# MIR optimizations
2
3
MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR
4
-before codegen. This is important for two reasons: first, it make the final
+before codegen. This is important for two reasons: first, it makes the final
5
generated executable code better, and second, it means that LLVM has less work
6
to do, so compilation is faster. Note that since MIR is generic (not
7
[monomorphized][monomorph] yet), these optimizations are particularly
0 commit comments