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
/
AsmParser
/
macro-duplicate-params-names-err.s
blob
b4e4fcb92604184c378800726d00a9f8a7569951
1
//
REQUIRES
:
default_triple
2
//
RUN
:
not
llvm-mc
%
s
2
> %
t
3
//
RUN
:
FileCheck
< %
t
%
s
4
5
.macro M a a
6
.endm
7
8
//
CHECK
:
macro
'M'
has multiple parameters named
'a'