forked from OSchip/llvm-project
Fix a silly typo in my previous objc_gc merging patch.
llvm-svn: 72723
This commit is contained in:
parent
f6bd15038c
commit
5aa28de4fe
|
@ -3053,7 +3053,7 @@ QualType ASTContext::mergeTypes(QualType LHS, QualType RHS) {
|
||||||
Result = getObjCGCQualType(Result, GCAttr);
|
Result = getObjCGCQualType(Result, GCAttr);
|
||||||
else if (Result.getObjCGCAttr() != GCAttr)
|
else if (Result.getObjCGCAttr() != GCAttr)
|
||||||
Result = QualType();
|
Result = QualType();
|
||||||
getObjCGCQualType(Result, GCAttr);
|
return Result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue