]> granicus.if.org Git - clang/commitdiff
Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 21 Oct 2014 13:39:56 +0000 (13:39 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 21 Oct 2014 13:39:56 +0000 (13:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index a31cd1bf7af9f2735c360715a2828556d6aca107..80a7548561e5be0b84ce92c60b051fcd8f873f9c 100644 (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.