Skip to content

Commit 16fd512

Browse files
committed
make the test expectations more consistent
1 parent 146ff7f commit 16fd512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if.else:
2929
br label %return
3030

3131
; CHECK: return:
32-
; CHECK: %call3 = call i32 @foo(i32 %x, ptr %z)
32+
; CHECK: call i32 @foo(i32 %x, ptr %z)
3333
return:
3434
%retval.0 = phi i32 [ %add1, %if.then ], [ %call3, %if.else ]
3535
%call4 = call i32 @foo(i32 %x, ptr %z);

0 commit comments

Comments
 (0)