Skip to content

Commit 9925276

Browse files
authored
Merge pull request #3274 from tshepang/patch-2
Update 1211-mir.md
2 parents 8e9a5bb + 2395bb8 commit 9925276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1211-mir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ re-encode in the form of repeated logic:
137137
precise patterns in use. This is all vastly simplified and explicit
138138
in MIR.
139139

140-
One thing the current MIR does not make explicit as explicit as it
140+
One thing the current MIR does not make as explicit as it
141141
could is when something is *moved*. For by-value uses of a value, the
142142
code must still consult the type of the value to decide if that is a
143143
move or not. This could be made more explicit in the IR.

0 commit comments

Comments
 (0)