mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
c9456ca64c
commit
342be126ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user