mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 23:26:08 +00:00
14 lines
274 B
Diff
14 lines
274 B
Diff
- // MIR for `from_char` before DataflowConstProp
|
|
+ // MIR for `from_char` after DataflowConstProp
|
|
|
|
fn from_char() -> i32 {
|
|
let mut _0: i32;
|
|
|
|
bb0: {
|
|
- _0 = const 'R' as i32 (Transmute);
|
|
+ _0 = const 82_i32;
|
|
return;
|
|
}
|
|
}
|
|
|