[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.

llvm-svn: 210757

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

index 36638e4..8202dbe 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 db167c3..f53cfff 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