Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MIR / X86 / expected-stack-object-function-context.mir
blob59d77b32f7fb7d3e1c58f7b9eedc85481cba5415
1 # RUN: not llc -march=x86-64 -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s
3 ---
4 name:            test
5 frameInfo:
6   # CHECK: [[@LINE+1]]:22: expected a stack object
7   functionContext:  '0'
8 stack:
9   - { id: 0, offset: -24, size: 8, alignment: 8 }
10 body: |
11   bb.0:
13 ...