OpenGrok
Cross Reference: IntBitInit.td
xref
: /
external
/
llvm
/
test
/
TableGen
/
IntBitInit.td
Home
|
History
|
Annotate
|
Download
|
only in
TableGen
1
// RUN: llvm-tblgen %s
2
3
def {
4
bit A = 1;
5
int B = A;
6
}
7