[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
blobac95188899c9ddef9291e0a37bf0b396377bf1c5
1 ; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
3 @a = global void ()* @f         ; <void ()**> [#uses=0]
5 ; CHECK: calls function 'f'
7 define internal void @f() {
8         unreachable