mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
[mips] Move CHECK lines to the same line as the instruction it's testing
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
This commit is contained in:
parent
0b87955888
commit
e0bf9d21b0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user