Skip to content

Commit 478d1eb

Browse files
committed
add CHECK
1 parent cba5872 commit 478d1eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/Transforms/PGOProfile/unreachable-block.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
; RUN: llvm-profdata merge %S/Inputs/unreachable-block.proftext -o %t.profdata
2-
; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S
2+
; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s
33

44
declare ptr @bar()
55

6+
; CHECK: define ptr @foo
67
define ptr @foo() {
78
entry:
89
ret ptr null

0 commit comments

Comments
 (0)