blob: 2d21fff92a7e21d3494a4f3fe4b5a6375b642dc8 [file] [log] [blame]
; RUN: opt -S -passes=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
}