mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
aaa27f4261
description says it does), not just when -analyze is used as well. This means printing to stderr, so adjust some tests. llvm-svn: 56337
8 lines
172 B
LLVM
8 lines
172 B
LLVM
; RUN: llvm-as < %s | opt -callgraph -disable-output |& grep {Calls function}
|
|
|
|
@a = global void ()* @f ; <void ()**> [#uses=0]
|
|
|
|
define internal void @f() {
|
|
unreachable
|
|
}
|