Make ARM hint ranges consistent, and add tests for these ranges
[oota-llvm.git] / test / MC / ARM / invalid-hint-arm.s
1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
2
3 hint #240
4 hint #1000
5
6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
8