diff options
| -rw-r--r-- | include/llvm/Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 3ed2d2d..f8202ae 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -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 |
