fix rdar://9297011 - udiv by power of two causing fast-isel rejects
[oota-llvm.git] / test / Analysis / CallGraph / 2008-09-09-UsedByGlobal.ll
index e37e112f3414b15786691c9ca0259905619ad6cd..0c5ef92ef71ecea59478f57636179c91743aff58 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -callgraph -disable-output | grep {Calls function}
+; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
 
 @a = global void ()* @f                ; <void ()**> [#uses=0]