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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
MC
/
COFF
/
label-undefined.s
blob
ad9a194897c32ed35bba07070d5c5f456cfba162
1
//
RUN
:
not
llvm-mc
-
filetype
=
obj
-
triple i386-pc-win32
%
s
2
>&
1
| FileCheck
%
s
2
//
CHECK
:
assembler label
'Lundefined'
can
not be
undefined
3
//
CHECK
:
assembler label
'Lundefined2'
can
not be
undefined
4
.text
5
movl Lundefined
, %
eax
6
movl Lundefined2
, %
eax