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:
3f5aa1c
)
add a debug type
author
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jun 2005 16:00:46 +0000
(16:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jun 2005 16:00:46 +0000
(16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22277
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/DeadArgumentElimination.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/DeadArgumentElimination.cpp
b/lib/Transforms/IPO/DeadArgumentElimination.cpp
index 05fae52bfe19850c2cdbb9e4673fd856004f74b4..10f2a37429416fe6eab4de98971ce6a572e82050 100644
(file)
--- a/
lib/Transforms/IPO/DeadArgumentElimination.cpp
+++ b/
lib/Transforms/IPO/DeadArgumentElimination.cpp
@@
-17,6
+17,7
@@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "deadargelim"
#include "llvm/Transforms/IPO.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"