Remove extra semi-colon.

llvm-svn: 151142
This commit is contained in:
Eric Christopher 2012-02-22 08:46:02 +00:00
parent c259ab3cac
commit ef64b465a4
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ DIE *CompileUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
// A runtime language of 0 actually means C/C++ and that any
// non-negative value is some version of Objective-C/C++.
IsImplementation = (CT.getRunTimeLang() == 0) ||
CT.isObjcClassComplete();;
CT.isObjcClassComplete();
}
unsigned Flags = IsImplementation ?
DwarfAccelTable::eTypeFlagClassIsImplementation : 0;