summaryrefslogtreecommitdiff
path: root/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
blob: 0c5ef92ef71ecea59478f57636179c91743aff58 (plain)
1
2
3
4
5
6
7
; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}

@a = global void ()* @f		; <void ()**> [#uses=0]

define internal void @f() {
	unreachable
}