fix the column output stuff in the asmwriter from being dynamic and
authorChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 23:13:38 +0000 (23:13 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 23:13:38 +0000 (23:13 +0000)
commit59e8677b1927e9e1573ce94defc35537dfa7ae64
tree2949d8e2cf09e0d4c99c8300c7e2a12f311dc882
parent8a11c98b1d569c87183e0f94ffd8604b9659d3ac
fix the column output stuff in the asmwriter from being dynamic and
driven by TAI to being static, driven by tblgen.  This means that a
target doesn't get impacted by this stuff at all if it doesn't opt
into it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78427 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
utils/TableGen/AsmWriterEmitter.cpp