X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2002-01-31-CallGraph.ll;h=0e4c877512631a73efa9d16cfc4579ef58430ed9;hb=5d9450f92f559bec20ef2ce253ab7bdf5e75216b;hp=bb4c23e8779c1f718f675f1f47c7790f1faffe89;hpb=3ee8fc964952a65bcb3668b85938c46f90631e42;p=oota-llvm.git diff --git a/test/Other/2002-01-31-CallGraph.ll b/test/Other/2002-01-31-CallGraph.ll index bb4c23e8779..0e4c8775126 100644 --- a/test/Other/2002-01-31-CallGraph.ll +++ b/test/Other/2002-01-31-CallGraph.ll @@ -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)