mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
e99035ac98
Differential Revision: https://reviews.llvm.org/D50592 llvm-svn: 339567
7 lines
196 B
ArmAsm
7 lines
196 B
ArmAsm
# RUN: llvm-mc -arch=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t
|
|
|
|
# Check that tied operands are caught
|
|
|
|
{ r0 = sub(##_start, asl(r1, #1)) }
|
|
# CHECK: error: invalid operand for instruction
|