Skip to content

Commit 4ca46c3

Browse files
committed
make test expecatations consistent
1 parent ceae28d commit 4ca46c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/FunctionSpecialization/profile-counts.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ entry:
1111
; CHECK: br i1 %tobool, label %if.then, label %if.else, !prof ![[BRANCH_PROF:[0-9]]]
1212
br i1 %tobool, label %if.then, label %if.else, !prof !1
1313

14-
if.then:
1514
; CHECK: if.then:
1615
; CHECK: call i32 @foo.specialized.1(i32 %x, ptr @A)
16+
if.then:
1717
%call = call i32 @foo(i32 %x, ptr @A)
1818
br label %return
1919

20-
if.else:
2120
; CHECK: if.else:
2221
; CHECK: call i32 @foo.specialized.2(i32 %y, ptr @B)
22+
if.else:
2323
%call1 = call i32 @foo(i32 %y, ptr @B)
2424
br label %return
2525

0 commit comments

Comments
 (0)