Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 2caddbf

Browse files
committed
Attempt to make windows buildbots happy.
Broken by r272578. I didn't realize that the default move ctor complaints would happen for non-template classes. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272579 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b7ebc01 commit 2caddbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Analysis/CFLAliasAnalysis.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,6 @@ class CFLGraph {
557557
typedef mapped_iterator<NodeMap::const_iterator, NodeDerefFun>
558558
const_node_iterator;
559559

560-
CFLGraph() = default;
561-
CFLGraph(CFLGraph &&) = default;
562-
CFLGraph &operator=(CFLGraph &&) = default;
563-
564560
void addNode(Node N) { getOrCreateNode(N); }
565561

566562
void addEdge(Node From, Node To, EdgeType Type,

0 commit comments

Comments
 (0)