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