[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / MIR / AMDGPU / mfi-parse-error-stack-ptr-offset-reg.mir
blobb0d62ac3f1f07415aff291b20bbdb5c47db2ecd9
1 # RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 ---
3 name: empty_stack_ptr_offset_reg
4 machineFunctionInfo:
5   stackPtrOffsetReg:  ''
6 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: expected a named register
7 body:             |
8   bb.0:
10     S_ENDPGM
11 ...