forked from OSchip/llvm-project
Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
llvm-svn: 220293
This commit is contained in:
parent
cdcc46dc84
commit
560aa94ede
|
@ -113,7 +113,6 @@ class CodeGenFunction : public CodeGenTypeCache {
|
|||
void operator=(const CodeGenFunction &) LLVM_DELETED_FUNCTION;
|
||||
|
||||
friend class CGCXXABI;
|
||||
friend class CGOpenMPRegionInfo;
|
||||
public:
|
||||
/// A jump destination is an abstract label, branching to which may
|
||||
/// require a jump out through normal cleanups.
|
||||
|
|
Loading…
Reference in New Issue