Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / scrub_attrs.ll.plain.expected
blobfc6688daeb920483d27cfdd55a9ce7a0b406409d
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -S < %s | FileCheck %s
4 declare void @foo()
6 define internal void @bar() {
7 ; CHECK-LABEL: @bar(
8 ; CHECK-NEXT:    call void @foo() #[[ATTR0:[0-9]+]]
9 ; CHECK-NEXT:    ret void
11   call void @foo() readnone
12   ret void