Consolidate some TableGen diagnostic helper functions.
authorJim Grosbach <grosbach@apple.com>
Tue, 21 Jun 2011 22:55:50 +0000 (22:55 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 21 Jun 2011 22:55:50 +0000 (22:55 +0000)
commit0b6a44afb92fed0365b6709c1f46b0c5e49e1a72
tree2b3578c678b2c74d3d10599641bae25731f3139a
parent109c22c06232358597afec5d8b7a6b6fd24e19b1
Consolidate some TableGen diagnostic helper functions.

TableGen had diagnostic printers sprinkled about in a few places. Pull them
together into a single location in Error.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133568 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/Error.cpp [new file with mode: 0644]
utils/TableGen/Error.h [new file with mode: 0644]
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/NeonEmitter.cpp
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/SetTheory.cpp
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.h
utils/TableGen/TableGen.cpp