Make tablegen take an input filename to parse if one is specified, otherwise
authorChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 19:48:02 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 19:48:02 +0000 (19:48 +0000)
commit90523906fa31c8f4e156dc7ef4a433a50d4b706d
tree87e30faa14fcfd36792a0c53aff7a0de5ddd7ab4
parent35c7444e52efaeae5d9cc1024350edb25dae5447
Make tablegen take an input filename to parse if one is specified, otherwise
use stdin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7431 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/FileParser.y
support/tools/TableGen/TableGen.cpp
utils/TableGen/FileParser.y
utils/TableGen/TableGen.cpp