diff --git a/lib/VMCore/ValueHolderImpl.h b/lib/VMCore/ValueHolderImpl.h index c59f9f2dafa..fff88fd53b9 100644 --- a/lib/VMCore/ValueHolderImpl.h +++ b/lib/VMCore/ValueHolderImpl.h @@ -48,7 +48,7 @@ template ValueSubclass *ValueHolder ::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);