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 ffc27bbe43d1a8dfab08dce246b634c41447dfde..632cd0c790a71c131782cf3ddc444c9ddfb5770d 100644 (file)
@@ -1,8 +1,9 @@
-; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \
-; RUN:   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
 }