repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[llvm/msp430.git]
/
test
/
Analysis
/
CallGraph
/
2008-09-09-UsedByGlobal.ll
blob
ffc27bbe43d1a8dfab08dce246b634c41447dfde
1
; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \
2
; RUN: grep {Calls function}
3
4
@a = global void ()* @f ; <void ()**> [#uses=0]
5
6
define internal void @f() {
7
unreachable
8
}