repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Analysis
/
CallGraph
/
2008-09-09-UsedByGlobal.ll
blob
ac95188899c9ddef9291e0a37bf0b396377bf1c5
1
; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
2
3
@a = global void ()* @f ; <void ()**> [#uses=0]
4
5
; CHECK: calls function 'f'
6
7
define internal void @f() {
8
unreachable
9
}