| Tim Northover | 5b44f1ba | 2015-04-07 22:49:47 +0000 | [diff] [blame] | 1 | ; 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 | |||||