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

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

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