Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Other / 2002-01-31-CallGraph.ll
index bb4c23e8779c1f718f675f1f47c7790f1faffe89..0e4c877512631a73efa9d16cfc4579ef58430ed9 100644 (file)
@@ -1,6 +1,6 @@
 ;  Call graph construction crash: Not handling indirect calls right
 ;
-; RUN: llvm-as < %s | opt -analyze -print-callgraph >& /dev/null
+; RUN: opt < %s -analyze -print-callgraph >& /dev/null
 ;
 
         %FunTy = type i32 (i32)