too-small.ll 206 B

1234567891011121314
  1. ; RUN: opt -S -mergefunc < %s | FileCheck %s
  2. define void @foo(i32 %x) {
  3. ; CHECK-LABEL: @foo(
  4. ; CHECK-NOT: call
  5. ret void
  6. }
  7. define void @bar(i32 %x) {
  8. ; CHECK-LABEL: @bar(
  9. ; CHECK-NOT: call
  10. ret void
  11. }