blob: 12849b7aa96c473f56fd33661b33c78819060f47 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -print-callgraph -disable-output |& \
Duncan Sands3ee8fc92008-09-23 12:47:39 +00002; RUN: grep {Calls function}
Duncan Sands99c1a7c2008-09-09 12:40:47 +00003
4@a = global void ()* @f ; <void ()**> [#uses=0]
5
6define internal void @f() {
7 unreachable
8}