mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
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:
parent
4cd8a01569
commit
b87c78377e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user