mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +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>
|
ValueSubclass *ValueHolder<ValueSubclass,ItemParentType,SymTabType>
|
||||||
::remove(iterator &DI) {
|
::remove(iterator &DI) {
|
||||||
assert(DI != ValueList.end() &&
|
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;
|
ValueSubclass *i = *DI;
|
||||||
DI = ValueList.erase(DI);
|
DI = ValueList.erase(DI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user