[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git] / llvm / test / tools / llc / new-pm / machine-function-properties.mir
bloba9eb88ec6988416ab6651a00a30fc34e54ae6643
1 # REQUIRES: asserts
2 # RUN: not --crash llc -mtriple=x86_64-pc-linux-gnu -passes=require-all-machine-function-properties -filetype=null %s 2>&1 | FileCheck %s
4 # CHECK: MachineFunctionProperties required by RequireAllMachineFunctionPropertiesPass pass are not met by function f.
6 ---
7 name: f
8 selected:        false
9 body: |
10   bb.0:
11     RET 0
12 ...