mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[mips] [IAS] Make the mips-expansions-bad.s test more readable. NFC.
Move the check lines below the code lines and change the indentation from 8 spaces to 2 spaces. llvm-svn: 234584
This commit is contained in:
parent
163cfd180d
commit
2bc558bb52
@ -2,5 +2,7 @@
|
||||
# RUN: FileCheck %s < %t1
|
||||
|
||||
.text
|
||||
li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a 64-bit architecture
|
||||
dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a 64-bit architecture
|
||||
li $5, 0x100000000
|
||||
# CHECK: :[[@LINE-1]]:3: error: instruction requires a 64-bit architecture
|
||||
dli $5, 1
|
||||
# CHECK: :[[@LINE-1]]:3: error: instruction requires a 64-bit architecture
|
||||
|
Loading…
Reference in New Issue
Block a user