mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
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
|