Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.

llvm-svn: 220293
This commit is contained in:
Aaron Ballman 2014-10-21 13:39:56 +00:00
parent cdcc46dc84
commit 560aa94ede
1 changed files with 0 additions and 1 deletions

View File

@ -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.