blob: ca5573cf97f409453eddf3dcd4b83cdebb94e91d [file] [log] [blame]
- // MIR for `strs` before InstSimplify-after-simplifycfg
+ // MIR for `strs` after InstSimplify-after-simplifycfg
fn strs() -> [&str; 5] {
let mut _0: [&str; 5];
bb0: {
- _0 = [const "a", const "a", const "a", const "a", const "a"];
+ _0 = [const "a"; 5];
return;
}
}
ALLOC0 (size: 1, align: 1) {
61 a
}