From: Jonathan Roelofs Date: Fri, 3 Oct 2014 20:46:05 +0000 (+0000) Subject: Fix typo in TableGen documentation X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=69ee7cb4c3a7736574587d007b8002c5aa02914e;hp=4cd443ac18e6ed052222fa67aaf7554985428d29 Fix typo in TableGen documentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219018 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TableGen/index.rst b/docs/TableGen/index.rst index fa76d13f374..cda41b537d2 100644 --- a/docs/TableGen/index.rst +++ b/docs/TableGen/index.rst @@ -273,7 +273,7 @@ that's only useful for debugging of the TableGen files themselves. The power in TableGen is, however, to interpret the source files into an internal representation that can be generated into anything you want. -Current usage of TableGen is to create include huge files with tables that you +Current usage of TableGen is to create huge include files with tables that you can either include directly (if the output is in the language you're coding), or be used in pre-processing via macros surrounding the include of the file.