diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-08 19:02:14 +0100 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-09 19:17:49 -0600 |
| commit | 23b2ac55b8f42c4752f92f8c7efb8a70ba52edfb (patch) | |
| tree | cad29b78330aa99cadb1f46dea863049671f12a0 /src/doc/rustc-dev-guide | |
| parent | b871e0466f40ffe533870110b87d564610cda94c (diff) | |
| download | rust-23b2ac55b8f42c4752f92f8c7efb8a70ba52edfb.tar.gz rust-23b2ac55b8f42c4752f92f8c7efb8a70ba52edfb.zip | |
english is hard
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/mir/construction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/construction.md b/src/doc/rustc-dev-guide/src/mir/construction.md index b22b67a3683..4217a58a2e6 100644 --- a/src/doc/rustc-dev-guide/src/mir/construction.md +++ b/src/doc/rustc-dev-guide/src/mir/construction.md @@ -114,7 +114,7 @@ These `Rvalue`s later get codegened to llvm primitive operations or llvm intrins Operators on all other types get lowered to a function call to their `impl` of the operator's corresponding trait. -Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s. +Regardless of the lowering kind, the arguments to the operator are lowered to `Operand`s. This means all arguments are either constants, or refer to an already existing value somewhere in a local or static. |
