Add logic to align instruction operands to columns for pretty-printing.
authorDavid Greene <greened@obbligato.org>
Fri, 17 Jul 2009 14:24:46 +0000 (14:24 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 17 Jul 2009 14:24:46 +0000 (14:24 +0000)
commitab9238e876dcf6da101d8ae626925bcd9e537a7e
treec1c69fbb48fe4f4cea1693f87a775f3563e724c4
parent3e11988c42338751f3712b51a6f4d64362719711
Add logic to align instruction operands to columns for pretty-printing.
No target uses this currently.  This patch only adds the mechanism so
that local installations can choose to enable this.

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