Change the debug type to match the debug type that is used by vecutils.cpp.

This change makes it easier to filter debug messages.

llvm-svn: 184440
This commit is contained in:
Nadav Rotem 2013-06-20 16:38:05 +00:00
parent 22dff957d4
commit c41028a013
1 changed files with 1 additions and 1 deletions

View File

@ -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"