mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
13 lines
275 B
Diff
13 lines
275 B
Diff
- // MIR for `no_optimize` before GVN
|
|
+ // MIR for `no_optimize` after GVN
|
|
|
|
fn no_optimize() -> bool {
|
|
let mut _0: bool;
|
|
|
|
bb0: {
|
|
_0 = Eq(const no_optimize::<T>::{constant#0}, const no_optimize::<T>::{constant#1});
|
|
return;
|
|
}
|
|
}
|
|
|