Test INotEqual for OpSpecConstantOp in asm, disasm

This commit is contained in:
David Neto 2016-08-12 14:47:26 -04:00
parent d065593404
commit 4987ae6549

View File

@ -722,6 +722,7 @@ INSTANTIATE_TEST_CASE_P(
CASE3(Select),
// Comparison
CASE2(IEqual),
CASE2(INotEqual), // Allowed in 1.0 Rev 7
CASE2(ULessThan),
CASE2(SLessThan),
CASE2(UGreaterThan),