Mercurial > hg > CbC > CbC_llvm
diff test/Other/2002-01-31-CallGraph.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/Other/2002-01-31-CallGraph.ll Fri Nov 25 19:14:25 2016 +0900 +++ b/test/Other/2002-01-31-CallGraph.ll Fri Oct 27 17:07:41 2017 +0900 @@ -1,6 +1,6 @@ ; Call graph construction crash: Not handling indirect calls right ; -; RUN: opt < %s -analyze -print-callgraph >& /dev/null +; RUN: opt < %s -analyze -print-callgraph > /dev/null 2>&1 ; %FunTy = type i32 (i32)