mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3a664fc2e
commit
bb11bbe297
@ -1,6 +1,8 @@
|
||||
# RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
|
||||
# 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
|
||||
.text
|
||||
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…
x
Reference in New Issue
Block a user