brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 76d9900 Raw
10 lines · plain
1; RUN: opt < %s -passes=print-callgraph -disable-output 2>&1 | FileCheck %s2 3@a = global ptr @f		; <ptr> [#uses=0]4 5; CHECK: calls function 'f'6 7define internal void @f() {8	unreachable9}10