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
Merge from mainline.
[llvm-complete.git]
/
test
/
TableGen
/
IntBitInit.td
blob
b949bfea7b13f846e4400ebade597f1ff6da7a61
1
// RUN: tblgen %s
2
def {
3
bit A = 1;
4
int B = A;
5
}