eliminate support for "ops" in the input/output list of an
authorChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2010 20:56:35 +0000 (20:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2010 20:56:35 +0000 (20:56 +0000)
commitb0be4d261b1ebd0e364e3e8b5e5f124c1e7b96b5
treebfbc5efdc1a94d8a210b4980b750ced88c5957f7
parent09a2769a7f709baf2d6fa9204e529b2e18aee4dd
eliminate support for "ops" in the input/output list of an
instruction.  Instructions must use 'ins' and 'outs' now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98868 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenInstruction.cpp