mirror of https://github.com/rust-lang/rust.git
14 lines
340 B
Diff
14 lines
340 B
Diff
- // MIR for `literals` before InstSimplify-after-simplifycfg
|
|
+ // MIR for `literals` after InstSimplify-after-simplifycfg
|
|
|
|
fn literals() -> [u8; 5] {
|
|
let mut _0: [u8; 5];
|
|
|
|
bb0: {
|
|
- _0 = [const 0_u8, const 0_u8, const 0_u8, const 0_u8, const 0_u8];
|
|
+ _0 = [const 0_u8; 5];
|
|
return;
|
|
}
|
|
}
|
|
|