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
/
Hexagon
/
equ.s
blob
fbf09edbbc1e0e189f76bfa009a71f87c8ed7b6b
1
# RUN: not llvm-mc -arch=hexagon %s 2> %t
2
# RUN: FileCheck < %t %s
3
4
.equ a, 0
5
.set a, 1
6
.equ a, 2
7
.equiv a, 3
8
# CHECK: {{[Ee]}}rror: redefinition of 'a'
9