repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
AsmParser
/
equ.s
blob
b231f013ecbb382f0fc03c5331c732d5713b5577
1
//
RUN
:
not
llvm-mc
-
n
-
triple i386-unknown-unknown
%
s
2
> %
t
2
//
RUN
:
FileCheck
< %
t
%
s
3
4
.equ a, 0
5
.set a, 1
6
.equ a, 2
7
//
CHECK
: :[[
#@LINE+1]]:11: error: redefinition of 'a'
8
.equiv a, 3
9
//
CHECK
: :[[
#@LINE+1]]:12: error: missing expression
10
.set b,
""