1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -hoist-common-insts=true -S | FileCheck %s
4 define void @test(i1 %C) {
7 ; CHECK-NEXT: call void @test(i1 [[C:%.*]])
10 br i1 %C, label %A, label %B
12 call void @test( i1 %C )
15 call void @test( i1 %C )