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

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

define internal void @f() {
	unreachable
}
OpenPOWER on IntegriCloud