summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/scrub_attrs.ll
blob: 2733cfbce820931579fd326f2c527853fcdf0f9b (plain)
1
2
3
4
5
6
7
8
; RUN: opt -S < %s | FileCheck %s

declare void @foo()

define internal void @bar() {
  call void @foo() readnone
  ret void
}
OpenPOWER on IntegriCloud