mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06eb45c358
commit
dc4dcb6762
@ -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