mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Changed an assertion message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cda67e5086
commit
9407be443e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user