only-needed-recurse.ll 85 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 define void @f2() { call void @f3() ret void } define void @f3() { ret void }