mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
16 lines
282 B
Diff
16 lines
282 B
Diff
- // MIR for `from_char` before ConstProp
|
|
+ // MIR for `from_char` after ConstProp
|
|
|
|
fn from_char() -> i32 {
|
|
let mut _0: i32;
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
- _0 = const 'R' as i32 (Transmute);
|
|
+ _0 = const 82_i32;
|
|
return;
|
|
}
|
|
}
|
|
|