[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
This commit is contained in:
Chandler Carruth
2014-04-21 19:43:07 +00:00
parent 5d473a0831
commit 361c71e652
6 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "legalize-types"
#include "LegalizeTypes.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/Support/ErrorHandling.h"