Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
1 ; RUN: opt < %s -print-callgraph -disable-output |& 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 }