Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Other / 2002-01-31-CallGraph.ll
blobd39e85a04895a7cb46b3dbd5332af70eb367b1be
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(ptr %x) {
9         %foo = call i32 %x( i32 123 )           ; <i32> [#uses=0]
10         ret void