[Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 19:43:07 +0000 (19:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 19:43:07 +0000 (19:43 +0000)
commit361c71e652227873528bed09c085197c250f0f8d
treeb061fd71f0b83a3181fa9f526e94a28c6c2ec183
parent5d473a08317ce9f150701c1a3cdb2e3df10922fc
[Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into the
various .cpp files. This macro is inherently non-modular, and it wasn't
even needed in this header file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp