blob: ac95188899c9ddef9291e0a37bf0b396377bf1c5 [file] [log] [blame]
Chandler Carruth49589f02012-07-02 18:37:59 +00001; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
Duncan Sands99c1a7c2008-09-09 12:40:47 +00002
3@a = global void ()* @f ; <void ()**> [#uses=0]
4
Bill Wendlingc6490d12012-04-24 10:36:42 +00005; CHECK: calls function 'f'
6
Duncan Sands99c1a7c2008-09-09 12:40:47 +00007define internal void @f() {
8 unreachable
9}