blob: 3fdd3629d59eb0924bb88be27d0352358ccef557 (
plain)
1
2
3
4
5
6
7
|
// RUN: not llvm-mc -arch=amdgcn -filetype=obj -o /dev/null %s 2>&1 | FileCheck -check-prefix=ERROR %s
// ERROR: max-branch-distance.s:7:3: error: branch size exceeds simm16
// fill v_nop
LBB0_0:
.fill 32768, 4, 0x0000007e
s_branch LBB0_0
|