Skip to content

Commit 45a557e

Browse files
rootroot
authored andcommitted
add mir pass name
1 parent 4c0100a commit 45a557e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_transform/src

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ mod lint_tail_expr_drop_order;
5858
mod patch;
5959
mod shim;
6060
mod ssa;
61-
mod stack_protector;
6261

6362
/// We import passes via this macro so that we can have a static list of pass names
6463
/// (used to verify CLI arguments). It takes a list of modules, followed by the passes
@@ -199,6 +198,7 @@ declare_passes! {
199198
mod single_use_consts : SingleUseConsts;
200199
mod sroa : ScalarReplacementOfAggregates;
201200
mod strip_debuginfo : StripDebugInfo;
201+
mod stack_protector: StackProtectorFinder;
202202
mod unreachable_enum_branching : UnreachableEnumBranching;
203203
mod unreachable_prop : UnreachablePropagation;
204204
mod validate : Validator;

0 commit comments

Comments
 (0)