1
0
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:
Toma Tabacu 2015-04-10 10:46:59 +00:00
parent 163cfd180d
commit 2bc558bb52

View File

@ -2,5 +2,7 @@
# RUN: FileCheck %s < %t1 # RUN: FileCheck %s < %t1
.text .text
li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a 64-bit architecture li $5, 0x100000000
dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a 64-bit architecture # 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