too-small.ll 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ; RUN: opt -S -mergefunc < %s | FileCheck %s define void @foo(i32 %x) { ; CHECK-LABEL: @foo( ; CHECK-NOT: call ret void } define void @bar(i32 %x) { ; CHECK-LABEL: @bar( ; CHECK-NOT: call ret void }