diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-04-17 09:41:54 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-04-17 09:41:54 +0000 |
| commit | 7e107dabd69242534a6b3be0cba200826f650685 (patch) | |
| tree | 3de64972c45262e6062915a0bea5cec0116de618 /llvm/include | |
| parent | b5f938dc002d486f2d7b00beedcb25ebff59dcd1 (diff) | |
| download | bcm5719-llvm-7e107dabd69242534a6b3be0cba200826f650685.tar.gz bcm5719-llvm-7e107dabd69242534a6b3be0cba200826f650685.zip | |
[LCG] Remove a dead declaration. This stopped being used when I switched
to a more normal move operation on the graph itself. The definition
already got removed, but I missed the declaration.
llvm-svn: 206455
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Analysis/LazyCallGraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Analysis/LazyCallGraph.h b/llvm/include/llvm/Analysis/LazyCallGraph.h index faf9348f711..d22f2cf8db0 100644 --- a/llvm/include/llvm/Analysis/LazyCallGraph.h +++ b/llvm/include/llvm/Analysis/LazyCallGraph.h @@ -186,9 +186,6 @@ public: /// \brief Constructor used when copying a node from one graph to another. Node(LazyCallGraph &G, const Node &OtherN); - /// \brief Constructor used when moving a node from one graph to another. - Node(LazyCallGraph &G, Node &&OtherN); - public: typedef LazyCallGraph::iterator iterator; |

