blob: 2b7bae20d68f8b4e946606e3e5dd780fee70a523 [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +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}