mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Enable simplify MIR-opt test
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
// skip-filecheck
|
||||
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
|
||||
#[inline(never)]
|
||||
fn noop() {}
|
||||
|
||||
// EMIT_MIR simplify_if.main.SimplifyConstCondition-after-const-prop.diff
|
||||
fn main() {
|
||||
// CHECK-LABEL: fn main(
|
||||
|
||||
// CHECK: bb0: {
|
||||
// CHECK-NEXT: return;
|
||||
if false {
|
||||
noop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user