Mercurial > hg > CbC > CbC_llvm
comparison 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 |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; Call graph construction crash: Not handling indirect calls right | 1 ; Call graph construction crash: Not handling indirect calls right |
2 ; | 2 ; |
3 ; RUN: opt < %s -analyze -print-callgraph >& /dev/null | 3 ; RUN: opt < %s -analyze -print-callgraph > /dev/null 2>&1 |
4 ; | 4 ; |
5 | 5 |
6 %FunTy = type i32 (i32) | 6 %FunTy = type i32 (i32) |
7 | 7 |
8 define void @invoke(%FunTy* %x) { | 8 define void @invoke(%FunTy* %x) { |