diff options
Diffstat (limited to 'llvm/test/MC/ARM/fp-const-errors.s')
-rw-r--r-- | llvm/test/MC/ARM/fp-const-errors.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/fp-const-errors.s b/llvm/test/MC/ARM/fp-const-errors.s index 2a68ddbe727..a91799ba21d 100644 --- a/llvm/test/MC/ARM/fp-const-errors.s +++ b/llvm/test/MC/ARM/fp-const-errors.s @@ -20,3 +20,6 @@ fconsts s1, #1.0 fconstd d2, #1.0 @ CHECK: error: invalid floating point immediate + +vmov.i64 d0, 0x8000000000000000 +@ CHECK: error: invalid operand for instruction |