[mips] Move CHECK lines to the same line as the instruction it's testing
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 12 Jun 2014 09:50:17 +0000 (09:50 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 12 Jun 2014 09:50:17 +0000 (09:50 +0000)
for consistency with the other tests.

No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210757 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Mips/mips32r6/invalid.s
test/MC/Mips/mips64r2/invalid.s

index 36638e481c10b630c14bfdb153a20a805bb219fe..8202dbe595abbb61c902dbf77ab8373f13a4f753 100644 (file)
@@ -6,7 +6,5 @@
 
         .text
         .set noreorder
-        jalr.hb $31
-# ASM: :[[@LINE-1]]:9: error: source and destination must be different
-        jalr.hb $31, $31
-# ASM: :[[@LINE-1]]:9: error: source and destination must be different
+        jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
+        jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
index db167c3f37a778e8c6d470898e1a22969974316d..f53cfff40438a87bce4e6f6b861c0a4914d8e861 100644 (file)
@@ -6,7 +6,5 @@
 
         .text
         .set noreorder
-        jalr.hb $31
-# ASM: :[[@LINE-1]]:9: error: source and destination must be different
-        jalr.hb $31, $31
-# ASM: :[[@LINE-1]]:9: error: source and destination must be different
+        jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
+        jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different