diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-05-06 23:20:58 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-05-06 23:22:32 -0400 |
| commit | ff855547f463aecb0c86f8f78ebc605ef097664b (patch) | |
| tree | ec64c766c0cbefd7c35d2edac9de2b5ae2b26b6c /compiler/rustc_session | |
| parent | a77c552485a19245a266bc03c450676c666b605f (diff) | |
| download | rust-ff855547f463aecb0c86f8f78ebc605ef097664b.tar.gz rust-ff855547f463aecb0c86f8f78ebc605ef097664b.zip | |
Rename InstCombine to InstSimplify
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 243da98c3c2..5cbd7f98b6b 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1555,7 +1555,7 @@ options! { "emit Retagging MIR statements, interpreted e.g., by miri; implies -Zmir-opt-level=0 \ (default: no)"), mir_enable_passes: Vec<(String, bool)> = (Vec::new(), parse_list_with_polarity, [TRACKED], - "use like `-Zmir-enable-passes=+DestProp,-InstCombine`. Forces the specified passes to be \ + "use like `-Zmir-enable-passes=+DestinationPropagation,-InstSimplify`. Forces the specified passes to be \ enabled, overriding all other checks. Passes that are not specified are enabled or \ disabled by other flags as usual."), mir_keep_place_mention: bool = (false, parse_bool, [TRACKED], |
