mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
f44562707e
Patch by Colin LeMahieu. llvm-svn: 301828
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
|