Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Analysis / CallGraph / do-nothing-intrinsic.ll
blobfc2c541736e7b313e2f87b2d1729bf3f67d48a1e
1 ; RUN: opt < %s -passes='require<callgraph>'
2 ; PR13903
4 define void @main() personality i8 0 {
5   invoke void @llvm.donothing()
6           to label %ret unwind label %unw
7 unw:
8   %tmp = landingpad i8 cleanup
9   br label %ret
10 ret:
11   ret void
13 declare void @llvm.donothing() nounwind readnone