summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/only-needed-recurse.ll
blob: 423c9d53e9df8ca68725d4332caedec187fc3c1c (plain)
1
2
3
4
5
6
7
8
define void @f2() {
  call void @f3()
  ret void
}

define void @f3() {
  ret void
}
OpenPOWER on IntegriCloud