mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Remove extra semi-colon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c528e462a1
commit
e2dc9336d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user