Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / TableGen / Include.td
blob29ed5150c622c7082f7c4a3016433d5badc57e79
1 // RUN: tblgen -I %p %s
2 def BeforeInclude;
4 include "Include.inc"
6 def AfterInclude;