Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / TableGen / BitsInitOverflow.td
blob076b3f6f73eb407f808783251eda77205dc99aa7
1 // RUN: not tblgen %s 2> /dev/null
3 def {
4   bits<2> X = 5;  // bitfield is too small, reject