[mips][test] Remove redundant and invalid `CHECK-NOT` directives. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 3 Apr 2020 13:20:09 +0000 (16:20 +0300)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 3 Apr 2020 13:29:39 +0000 (16:29 +0300)
commitf22445bf57606ffc9914777c228936d4b3f8140d
tree1a001e82054b4e1bec4791b51c3d12b469949a7c
parent9068bccbae340c4b281ad92ba041a934de39fac3
[mips][test] Remove redundant and invalid `CHECK-NOT` directives. NFC

1. It's redundant to explicitly check that string does not contain `PAUSE_MM`
   token if check that the `PAUSE` token is followed by an angle bracket.
2. The removed `CHECK-NOT` directives do not have trailing colons.
llvm/test/MC/Mips/mips32r2/valid.s
llvm/test/MC/Mips/mips32r3/valid.s
llvm/test/MC/Mips/mips32r5/valid.s
llvm/test/MC/Mips/mips32r6/valid.s
llvm/test/MC/Mips/mips64r2/valid.s
llvm/test/MC/Mips/mips64r3/valid.s
llvm/test/MC/Mips/mips64r5/valid.s
llvm/test/MC/Mips/mips64r6/valid.s