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