aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/X86/expected-stack-object-function-context.mir
blob: bc7667d9a9a9503b61461ae277bf569ea573e488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: not llc -mtriple=x86_64 -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s

---
name:            test
frameInfo:
  # CHECK: [[@LINE+1]]:22: expected a stack object
  functionContext:  '0'
stack:
  - { id: 0, offset: -24, size: 8, alignment: 8 }
body: |
  bb.0:

...