[llvm] r184440 - Change the debug type to match the debug type that is used by vecutils.cpp.
Nadav Rotem
nrotem at apple.com
Thu Jun 20 09:38:06 PDT 2013
Author: nadav
Date: Thu Jun 20 11:38:05 2013
New Revision: 184440
URL: http://llvm.org/viewvc/llvm-project?rev=184440&view=rev
Log:
Change the debug type to match the debug type that is used by vecutils.cpp.
This change makes it easier to filter debug messages.
Modified:
llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
Modified: llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp?rev=184440&r1=184439&r2=184440&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp Thu Jun 20 11:38:05 2013
@@ -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"
More information about the llvm-commits
mailing list