8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
8 lines
202 B
ArmAsm
8 lines
202 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t
|
|
#
|
|
|
|
# Check that changes to a read-only register is caught.
|
|
|
|
{ c9:8 = r1:0 }
|
|
# CHECK: error: Cannot write to read-only register
|