Update tests/mir-opt/inline/unchecked_shifts.rs

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
scottmcm 2024-04-02 17:21:20 +00:00 committed by GitHub
parent 327aa199dd
commit 4626521831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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