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
index e37e112f3414b15786691c9ca0259905619ad6cd..632cd0c790a71c131782cf3ddc444c9ddfb5770d 100644 (file)
@@ -1,7 +1,9 @@
-; RUN: llvm-as < %s | opt -analyze -callgraph -disable-output | grep {Calls function}
+; RUN: opt < %s -print-callgraph -disable-output |& FileCheck %s
 
 @a = global void ()* @f                ; <void ()**> [#uses=0]
 
+; CHECK: calls function 'f'
+
 define internal void @f() {
        unreachable
 }