Forgot a return stmt (oops).

llvm-svn: 40509
This commit is contained in:
Steve Naroff 2007-07-26 03:18:02 +00:00
parent 185616f293
commit 62b35d41cd
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ const RecordType *Type::isRecordType() const {
// losing all typedef information.
if (isa<RecordType>(CanonicalType))
return cast<RecordType>(cast<TypedefType>(this)->LookThroughTypedefs());
return 0;
}
bool Type::isStructureType() const {