brintos

brintos / llvm-project-archived public Read only

0
0
Text · 149 B · dad35fc Raw
10 lines · plain
1; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s2 3define void @test1() {4entry:5  br label %exit6 7exit:8  ret void9}10