summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-10-21 13:39:56 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-10-21 13:39:56 +0000
commit560aa94ede5b6e569cc503f1ec80d2434793cd0d (patch)
tree34a877540de9d13be25b031b7845b04145b4de46 /clang/lib/CodeGen
parentcdcc46dc8436fbb0eea154aa88e1a93da6dfacf0 (diff)
downloadbcm5719-llvm-560aa94ede5b6e569cc503f1ec80d2434793cd0d.tar.gz
bcm5719-llvm-560aa94ede5b6e569cc503f1ec80d2434793cd0d.zip
Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
llvm-svn: 220293
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud