1 /// Test that no secondary entry points are created for basic block labels used
3 // RUN
: %clang
%cflags
-o
%t %s
4 // RUN
: llvm-bolt
-print-cfg
-o
%t.null
%t 2>&1 | FileCheck
%s
6 // CHECK
: Binary Function
"_start" after building cfg
{
7 // CHECK
: IsMultiEntry
: 0
8 // CHECK
: beq t0
, t1
, .Ltmp0
17 .size _start, .-_start