repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.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
}