Duncan Sands | 3ee8fc9 | 2008-09-23 12:47:39 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \ |
2 | ; RUN: grep {Calls function} | ||||
Duncan Sands | 99c1a7c | 2008-09-09 12:40:47 +0000 | [diff] [blame] | 3 | |
4 | @a = global void ()* @f ; <void ()**> [#uses=0] | ||||
5 | |||||
6 | define internal void @f() { | ||||
7 | unreachable | ||||
8 | } |