mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
790231f95e
llvm-svn: 102197
8 lines
168 B
LLVM
8 lines
168 B
LLVM
; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
|
|
|
|
@a = global void ()* @f ; <void ()**> [#uses=0]
|
|
|
|
define internal void @f() {
|
|
unreachable
|
|
}
|