reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 | # 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 |