From 560aa94ede5b6e569cc503f1ec80d2434793cd0d Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 21 Oct 2014 13:39:56 +0000 Subject: Fixing the MSVC build by removing friendship with CodeGenFunction; NFC. llvm-svn: 220293 --- clang/lib/CodeGen/CodeGenFunction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index a31cd1bf7af..80a7548561e 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -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. -- cgit v1.2.3