summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionAttrs/operand-bundles-scc.ll
blob: 2502ea719cabdd346d85553410268b4c4389d8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: opt -S -functionattrs < %s | FileCheck %s

define void @f() {
; CHECK-LABEL:  define void @f() {
 call void @g() [ "unknown"() ]
 ret void
}

define void @g() {
; CHECK-LABEL:  define void @g() {
 call void @f()
 ret void
}
OpenPOWER on IntegriCloud