repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: wip eke out some simple instructions for load/store/add
[llvm/zpu.git]
/
test
/
TableGen
/
BitsInitOverflow.td
blob
076b3f6f73eb407f808783251eda77205dc99aa7
1
// RUN: not tblgen %s 2> /dev/null
2
3
def {
4
bits<2> X = 5; // bitfield is too small, reject
5
}