brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 2d21fff Raw
15 lines · plain
1; RUN: opt -S -passes=mergefunc < %s | FileCheck %s2 3define void @foo(i32 %x) {4; CHECK-LABEL: @foo(5; CHECK-NOT: call6  ret void7}8 9define void @bar(i32 %x) {10; CHECK-LABEL: @bar(11; CHECK-NOT: call12  ret void13}14 15