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