reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 | # RUN: llvm-mc -arch=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t # Check that changes to a read-only register is caught. { pc = r0 } # CHECK: error: Cannot write to read-only register |