From 64417d2949243726a5abdb25b0ecbd3814b11ec6 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Sat, 6 May 2023 23:25:40 -0400 Subject: [PATCH] Rename InstCombine to InstSimplify --- src/mir/optimizations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mir/optimizations.md b/src/mir/optimizations.md index 037cf5874..293d2fe91 100644 --- a/src/mir/optimizations.md +++ b/src/mir/optimizations.md @@ -131,6 +131,6 @@ needed for correctness), then fuel should not be used. An example of this is `Pr perform optimizations. In these situations, we should allow for the initial gathering pass and then check fuel as close to the mutation as possible. This allows for the best debugging experience, because we can determine where in the list of candidates an optimization -may have been misapplied. Examples of this are `InstCombine` and `ConstantPropagation`. +may have been misapplied. Examples of this are `InstSimplify` and `ConstantPropagation`. [consideroptimizing]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html#method.consider_optimizing