repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Thumb] Reapply r272251 with a fix for PR28348
[llvm-core.git]
/
test
/
TableGen
/
BitsInitOverflow.td
blob
c3f9720c2d3d382fa11a75f98aa281d9cc80deb7
1
// RUN: not llvm-tblgen %s 2> /dev/null
2
3
def {
4
bits<2> X = 5; // bitfield is too small, reject
5
}