mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
e65d39a42c
description says it does), not just when -analyze is used as well. This means printing to stderr, so adjust some tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56337 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
}
|