From: Nadav Rotem Date: Thu, 20 Jun 2013 16:38:05 +0000 (+0000) Subject: Change the debug type to match the debug type that is used by vecutils.cpp. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc4dcb6762f1f2a9a74f26c54344ab5678d408c3;p=oota-llvm.git Change the debug type to match the debug type that is used by vecutils.cpp. This change makes it easier to filter debug messages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/SLPVectorizer.cpp b/lib/Transforms/Vectorize/SLPVectorizer.cpp index 02761b4561c..2b07fa2c015 100644 --- a/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -16,7 +16,7 @@ // //===----------------------------------------------------------------------===// #define SV_NAME "slp-vectorizer" -#define DEBUG_TYPE SV_NAME +#define DEBUG_TYPE "SLP" #include "VecUtils.h" #include "llvm/Transforms/Vectorize.h"