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:
02e90d5
)
Moved deleter to include/llvm/Tools/STLExtras.h
author
Chris Lattner
<sabre@nondot.org>
Mon, 2 Jul 2001 01:08:08 +0000
(
01:08
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 2 Jul 2001 01:08:08 +0000
(
01:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/IntervalPartition.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/IntervalPartition.cpp
b/lib/Analysis/IntervalPartition.cpp
index 32936fd43d1f3bbd0d4149a2b55fd6daeace0af1..af6cea1627d86cbe83cb5ac55d0b6625594ab98e 100644
(file)
--- a/
lib/Analysis/IntervalPartition.cpp
+++ b/
lib/Analysis/IntervalPartition.cpp
@@
-14,8
+14,6
@@
using namespace cfg;
// IntervalPartition Implementation
//===----------------------------------------------------------------------===//
-template <class T> static inline void deleter(T *Ptr) { delete Ptr; }
-
// Destructor - Free memory
IntervalPartition::~IntervalPartition() {
for_each(begin(), end(), deleter<cfg::Interval>);