• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
2
3@a = global void ()* @f		; <void ()**> [#uses=0]
4
5define internal void @f() {
6	unreachable
7}
8