Kill warning when compiling in optimized mode

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-09 20:43:55 +00:00
parent c9456ca64c
commit 342be126ef

View File

@ -206,6 +206,7 @@ public:
///
virtual const Type *getContainedType(unsigned i) const {
assert(0 && "No contained types!");
return 0;
}
/// getNumContainedTypes - Return the number of types in the derived type