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