Implement bswap
[llvm/msp430.git] / test / Other / 2002-01-31-CallGraph.ll
blobbb4c23e8779c1f718f675f1f47c7790f1faffe89
1 ;  Call graph construction crash: Not handling indirect calls right
3 ; RUN: llvm-as < %s | opt -analyze -print-callgraph >& /dev/null
6         %FunTy = type i32 (i32)
8 define void @invoke(%FunTy* %x) {
9         %foo = call i32 %x( i32 123 )           ; <i32> [#uses=0]
10         ret void