Mercurial > hg > CbC > CbC_llvm
view 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 source
; Call graph construction crash: Not handling indirect calls right ; ; RUN: opt < %s -analyze -print-callgraph > /dev/null 2>&1 ; %FunTy = type i32 (i32) define void @invoke(%FunTy* %x) { %foo = call i32 %x( i32 123 ) ; <i32> [#uses=0] ret void }