diff options
Diffstat (limited to 'test/MC/Hexagon/endloop.s')
-rw-r--r-- | test/MC/Hexagon/endloop.s | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/MC/Hexagon/endloop.s b/test/MC/Hexagon/endloop.s deleted file mode 100644 index d537eb00ed05a..0000000000000 --- a/test/MC/Hexagon/endloop.s +++ /dev/null @@ -1,19 +0,0 @@ -# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s - -# Check that a branch in an end-loop packet is caught. - -1: -{ - r0 = #1 - p0 = cmp.eq (r1, r2) - if (p0) jump 1b -}:endloop0 - -2: -{ - r0 = #1 - p0 = cmp.eq (r1, r2) - if (p0) jump 2b -}:endloop1 - -# CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register |