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:
6432bf8
)
set DEBUG_TYPE right
author
Chris Lattner
<sabre@nondot.org>
Wed, 27 Sep 2006 04:58:23 +0000
(
04:58
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 27 Sep 2006 04:58:23 +0000
(
04:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30623
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/TailDuplication.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/TailDuplication.cpp
b/lib/Transforms/Scalar/TailDuplication.cpp
index 72f28aacd740f2395c5c183c7045c61ee2ff811e..329632f8dcbc5737ccdac4bd0ec1609e68fdedcc 100644
(file)
--- a/
lib/Transforms/Scalar/TailDuplication.cpp
+++ b/
lib/Transforms/Scalar/TailDuplication.cpp
@@
-18,6
+18,7
@@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "tailduplicate"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Constant.h"
#include "llvm/Function.h"