repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git]
/
test
/
Analysis
/
CallGraph
/
2008-09-09-UsedByGlobal.ll
blob
12849b7aa96c473f56fd33661b33c78819060f47
1
; RUN: opt < %s -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
}