[GISel] Add RegState::Define to temporary defs in apply patterns (#77425)
[llvm-project.git] / llvm / test / TableGen / IntBitInit.td
blob4e150f16833bded81cc0990524c58261c11a1691
1 // RUN: llvm-tblgen %s
3 def {
4   bit A = 1;
5   int B = A;