[X86] Remove special validation for INT immediate operand from AsmParser. Instead...
[oota-llvm.git] / test / MC / X86 / validate-inst-intel.s
index 9a7d122ca781cb07db6555d545ba348bdf4de96a..466b906fee731eaf4af637f6a475402c037717c7 100644 (file)
@@ -3,7 +3,13 @@
 
        .text
        int 65535
-# CHECK: error: interrupt vector must be in range [0-255]
+# CHECK: error: invalid operand for instruction
 # CHECK:       int 65535
+# CHECK:            ^
+
+       .text
+       int -129
+# CHECK: error: invalid operand for instruction
+# CHECK:       int -129
 # CHECK:            ^