brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · fc6688d Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -S < %s | FileCheck %s3 4declare void @foo()5 6define internal void @bar() {7; CHECK-LABEL: @bar(8; CHECK-NEXT:    call void @foo() #[[ATTR0:[0-9]+]]9; CHECK-NEXT:    ret void10;11  call void @foo() readnone12  ret void13}14