blob: ad30127974452b87f594c32cf8198a2784953f12 [file] [log] [blame]
Tim Northover5b44f1ba2015-04-07 22:49:47 +00001; RUN: not llvm-mc -triple arm64-apple-ios8.0 %s -o /dev/null 2>&1 | FileCheck %s
2
3 fmov s0, #-0.0
4; CHECK: error: expected compatible register or floating-point constant
5
6 fmov d0, #-0.0
7; CHECK: error: expected compatible register or floating-point constant
8