[mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with DLI
[oota-llvm.git] / test / MC / Mips / mips64r2 / abi-bad.s
1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 2>&1 | FileCheck %s
2         .set fp=xx
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
4 # CHECK: .set fp=xx
5 # CHECK:          ^