summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-21 19:51:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-21 19:51:41 +0000
commit5f1f26e891d979fc9543cbeed3950384357ed548 (patch)
treefcc3e662dd88ca06869a1cd5ca16bac70b63a474 /llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
parent4898cde4e100d65de375ee0bbf19c66061fa4f25 (diff)
downloadbcm5719-llvm-5f1f26e891d979fc9543cbeed3950384357ed548.tar.gz
bcm5719-llvm-5f1f26e891d979fc9543cbeed3950384357ed548.zip
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
header files and into the cpp files. These files will require more touches as the header files actually use DEBUG(). Eventually, I'll have to introduce a matched #define and #undef of DEBUG_TYPE for the header files, but that comes as step N of many to clean all of this up. llvm-svn: 206777
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp b/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
index 521dc9cd2eb..501d87ca4ad 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
@@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "instcombine"
#include "InstCombine.h"
#include "llvm/IR/PatternMatch.h"
using namespace llvm;
OpenPOWER on IntegriCloud