repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
Mips
/
mips64r5
/
abi-bad.s
blob
b3d0588f986163c5a943745668b3a277818455eb
1
# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 -target-abi n64 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: ^