[mips][disassembler] Changed CHECK-EB directives to CHECK so div/divu are tested.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 6 Oct 2015 10:08:14 +0000 (10:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 6 Oct 2015 10:08:14 +0000 (10:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249386 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Disassembler/Mips/micromips32r3/valid.txt

index c0f32d286224e84ff6285283f1af74aba173c271..7274940abf517d5660f80f5de93979f8f54984f0 100644 (file)
@@ -79,8 +79,8 @@
 0x00 0xe6 0x4a 0x10 # CHECK: mul $9, $6, $7
 0x00 0xe9 0x8b 0x3c # CHECK: mult $9, $7
 0x00 0xe9 0x9b 0x3c # CHECK: multu $9, $7
-0x00 0xe9 0xab 0x3c # CHECK-EB: div $zero, $9, $7
-0x00 0xe9 0xbb 0x3c # CHECK-EB: divu $zero, $9, $7
+0x00 0xe9 0xab 0x3c # CHECK: div $zero, $9, $7
+0x00 0xe9 0xbb 0x3c # CHECK: divu $zero, $9, $7
 0x00 0x83 0x38 0x00 # CHECK: sll $4, $3, 7
 0x00 0x65 0x10 0x10 # CHECK: sllv $2, $3, $5
 0x00 0x83 0x38 0x80 # CHECK: sra $4, $3, 7