[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Other / 2002-01-31-CallGraph.ll
blobb2922f8c86c2c6ed5c62ad8ffe8d01b6a6c98e2d
1 ;  Call graph construction crash: Not handling indirect calls right
3 ; RUN: opt < %s -passes=print-callgraph > /dev/null 2>&1
6         %FunTy = type i32 (i32)
8 define void @invoke(%FunTy* %x) {
9         %foo = call i32 %x( i32 123 )           ; <i32> [#uses=0]
10         ret void