blob: 11934b86c0bbefed86a23854988d7006c2a77bb3 [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S < %s | FileCheck %s
declare void @foo()
define internal void @bar() {
; CHECK-LABEL: @bar(
; CHECK-NEXT: call void @foo() [[ATTR0:#.*]]
; CHECK-NEXT: ret void
;
call void @foo() readnone
ret void
}