1. Ignore the -disable-fp-elim when the routine is a leaf.
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: tblgen %s
2 def {
3   bit A = 1;
4   int B = A;
5 }