Skip to content

Commit

Permalink
Update tests/mir-opt/inline/unchecked_shifts.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
  • Loading branch information
scottmcm and WaffleLapkin authored Apr 2, 2024
1 parent 327aa19 commit 4626521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mir-opt/inline/unchecked_shifts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//@ compile-flags: -Zmir-opt-level=2 -Zinline-mir

// These used to be more interesting when the library had to fix the RHS type.
// After MCP#693, though, that's the backend's probablem, not something in MIR.
// After MCP#693, though, that's the backend's problem, not something in MIR.

// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff
// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.mir
Expand Down

0 comments on commit 4626521

Please sign in to comment.