[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / scrub_attrs.ll.scrub.expected
blob0674a8938e1f7501e7dd5b0c7faed5eb533eaf49
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --scrub-attributes
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()
9 ; CHECK-NEXT:    ret void
11   call void @foo() readnone
12   ret void