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