We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba5872 commit 478d1ebCopy full SHA for 478d1eb
llvm/test/Transforms/PGOProfile/unreachable-block.ll
@@ -1,8 +1,9 @@
1
; 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
+; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s
3
4
declare ptr @bar()
5
6
+; CHECK: define ptr @foo
7
define ptr @foo() {
8
entry:
9
ret ptr null
0 commit comments