summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2014-06-12 09:50:17 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2014-06-12 09:50:17 +0000
commit789ba735703c70c928b8753b80280eecb374050a (patch)
tree1d25b2fd53643c87a9bfe3e01054343df495844e /llvm
parent2c81994f926550af5fddc688b9683babed15992d (diff)
downloadbcm5719-llvm-789ba735703c70c928b8753b80280eecb374050a.tar.gz
bcm5719-llvm-789ba735703c70c928b8753b80280eecb374050a.zip
[mips] Move CHECK lines to the same line as the instruction it's testing
for consistency with the other tests. No functional changes. llvm-svn: 210757
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/MC/Mips/mips32r6/invalid.s6
-rw-r--r--llvm/test/MC/Mips/mips64r2/invalid.s6
2 files changed, 4 insertions, 8 deletions
diff --git a/llvm/test/MC/Mips/mips32r6/invalid.s b/llvm/test/MC/Mips/mips32r6/invalid.s
index 36638e481c1..8202dbe595a 100644
--- a/llvm/test/MC/Mips/mips32r6/invalid.s
+++ b/llvm/test/MC/Mips/mips32r6/invalid.s
@@ -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
diff --git a/llvm/test/MC/Mips/mips64r2/invalid.s b/llvm/test/MC/Mips/mips64r2/invalid.s
index db167c3f37a..f53cfff4043 100644
--- a/llvm/test/MC/Mips/mips64r2/invalid.s
+++ b/llvm/test/MC/Mips/mips64r2/invalid.s
@@ -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
OpenPOWER on IntegriCloud