| # RUN: not llc -march=amdgcn -run-pass=none -o /dev/null %s 2>&1 | \ | |
| # RUN: FileCheck --strict-whitespace %s | |
| --- | |
| name: extra_imm_operand | |
| body: | | |
| bb.0: | |
| ; CHECK: [[@LINE+3]]:17: too many operands for instruction | |
| ; CHECK-NEXT: {{^}} S_ENDPGM 0, 0 | |
| ; CHECK-NEXT: {{^}} ^ | |
| S_ENDPGM 0, 0 | |
| ... |