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:
cda67e5
)
Changed an assertion message
author
Chris Lattner
<sabre@nondot.org>
Thu, 23 Aug 2001 17:06:38 +0000
(17:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 23 Aug 2001 17:06:38 +0000
(17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/ValueHolderImpl.h
patch
|
blob
|
history
diff --git
a/lib/VMCore/ValueHolderImpl.h
b/lib/VMCore/ValueHolderImpl.h
index c59f9f2dafa0f7247ae0e8850103e3527292e1b7..fff88fd53b98767d0c9e186f8be0de598571d303 100644
(file)
--- a/
lib/VMCore/ValueHolderImpl.h
+++ b/
lib/VMCore/ValueHolderImpl.h
@@
-48,7
+48,7
@@
template<class ValueSubclass, class ItemParentType, class SymTabType>
ValueSubclass *ValueHolder<ValueSubclass,ItemParentType,SymTabType>
::remove(iterator &DI) {
assert(DI != ValueList.end() &&
- "Trying to remove the end of the
def
list!!!");
+ "Trying to remove the end of the
value
list!!!");
ValueSubclass *i = *DI;
DI = ValueList.erase(DI);