repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86] Fix typo in variable name. NFC
[llvm-complete.git]
/
test
/
MC
/
Hexagon
/
dcfetch-symbol.s
blob
8309439a2aaa042407e96142b3479200736fa271
1
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s
2
3
#CHECK: 9400c000 { dcfetch(r0 + #0) }
4
5
junk
:
6
{
7
dcfetch
(
r0
+
#junk)
8
}