projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06eb45c
)
Change the debug type to match the debug type that is used by vecutils.cpp.
author
Nadav Rotem
<nrotem@apple.com>
Thu, 20 Jun 2013 16:38:05 +0000
(16:38 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Thu, 20 Jun 2013 16:38:05 +0000
(16:38 +0000)
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
lib/Transforms/Vectorize/SLPVectorizer.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Vectorize/SLPVectorizer.cpp
b/lib/Transforms/Vectorize/SLPVectorizer.cpp
index 02761b4561cb54fe629363c37298dcde9f4b8cf4..2b07fa2c015ceabdaa9575495b7eeb4b1a251ba6 100644
(file)
--- 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"