[mips] Fix a test case which is keeping the expensive checks bot win red (NFC)
authorSimon Dardis <simon.dardis@mips.com>
Thu, 26 Apr 2018 16:22:47 +0000 (16:22 +0000)
committerSimon Dardis <simon.dardis@mips.com>
Thu, 26 Apr 2018 16:22:47 +0000 (16:22 +0000)
llvm-svn: 330956

llvm/test/MC/Mips/mips32r2/valid.s

index feb5487..e944f7d 100644 (file)
@@ -283,9 +283,7 @@ a:
         swr       $s1,-26590($14)
         swxc1     $f19,$12($k0)
         sync                           # CHECK: sync                   # encoding: [0x00,0x00,0x00,0x0f]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNC
         sync      1                    # CHECK: sync 1                 # encoding: [0x00,0x00,0x00,0x4f]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNC
         syscall                        # CHECK: syscall                # encoding: [0x00,0x00,0x00,0x0c]
         syscall   256                  # CHECK: syscall 256            # encoding: [0x00,0x00,0x40,0x0c]
         teq $zero, $3                  # CHECK: teq $zero, $3          # encoding: [0x00,0x03,0x00,0x34]
@@ -326,7 +324,6 @@ a:
         xor       $s2,$a0,$s8
         xor       $2, 4                # CHECK: xori $2, $2, 4         # encoding: [0x38,0x42,0x00,0x04]
         synci     -15842($a2)          # CHECK: synci -15842($6)       # encoding: [0x04,0xdf,0xc2,0x1e]
-                                       # CHECK-NEXT:                   # <MCInst #{{[0-9]+}} SYNCI
 
 1: