Skip to content

Commit

Permalink
Update mir-opt tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Feb 13, 2025
1 parent c4d9c94 commit c4304cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
StorageLive(_20);
StorageLive(_21);
_21 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_20 = BitAnd(move _21, const core::fmt::SIGN_PLUS_FLAG);
_20 = BitAnd(move _21, const core::fmt::rt::SIGN_PLUS_FLAG);
StorageDead(_21);
_4 = Ne(move _20, const 0_u32);
StorageDead(_20);
Expand All @@ -72,7 +72,7 @@
StorageLive(_22);
StorageLive(_23);
_23 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_22 = BitAnd(move _23, const core::fmt::PRECISION_FLAG);
_22 = BitAnd(move _23, const core::fmt::rt::PRECISION_FLAG);
StorageDead(_23);
switchInt(move _22) -> [0: bb10, otherwise: bb11];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
StorageLive(_20);
StorageLive(_21);
_21 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_20 = BitAnd(move _21, const core::fmt::SIGN_PLUS_FLAG);
_20 = BitAnd(move _21, const core::fmt::rt::SIGN_PLUS_FLAG);
StorageDead(_21);
_4 = Ne(move _20, const 0_u32);
StorageDead(_20);
Expand All @@ -72,7 +72,7 @@
StorageLive(_22);
StorageLive(_23);
_23 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_22 = BitAnd(move _23, const core::fmt::PRECISION_FLAG);
_22 = BitAnd(move _23, const core::fmt::rt::PRECISION_FLAG);
StorageDead(_23);
switchInt(move _22) -> [0: bb10, otherwise: bb11];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
StorageLive(_20);
StorageLive(_21);
_21 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_20 = BitAnd(move _21, const core::fmt::SIGN_PLUS_FLAG);
_20 = BitAnd(move _21, const core::fmt::rt::SIGN_PLUS_FLAG);
StorageDead(_21);
_4 = Ne(move _20, const 0_u32);
StorageDead(_20);
Expand All @@ -72,7 +72,7 @@
StorageLive(_22);
StorageLive(_23);
_23 = copy (((*_1).0: std::fmt::FormattingOptions).0: u32);
_22 = BitAnd(move _23, const core::fmt::PRECISION_FLAG);
_22 = BitAnd(move _23, const core::fmt::rt::PRECISION_FLAG);
StorageDead(_23);
switchInt(move _22) -> [0: bb10, otherwise: bb11];
}
Expand Down

0 comments on commit c4304cf

Please sign in to comment.