X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2002-01-31-CallGraph.ll;h=0e4c877512631a73efa9d16cfc4579ef58430ed9;hb=85026d937558b1ab5f8e84ee756ed925459085e2;hp=e09461dc2acb0767a527ce3b0b24c1237523009f;hpb=2ad38be2cf53467d39c34456795360f122b37629;p=oota-llvm.git diff --git a/test/Other/2002-01-31-CallGraph.ll b/test/Other/2002-01-31-CallGraph.ll index e09461dc2ac..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 -callgraph +; RUN: opt < %s -analyze -print-callgraph >& /dev/null ; %FunTy = type i32 (i32)