summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-17 07:22:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-17 07:22:19 +0000
commit40f67f57649860bc676df359325c61abc0157a2e (patch)
tree0818be01663a00413279523c9d25c45e8bc04cce /include
parentd7eaf4f3253cdbf83389da4058bd78be381efac8 (diff)
downloadllvm-40f67f57649860bc676df359325c61abc0157a2e.tar.gz
llvm-40f67f57649860bc676df359325c61abc0157a2e.tar.bz2
llvm-40f67f57649860bc676df359325c61abc0157a2e.tar.xz
[LCG] Remove the Module reference member which we weren't using for
anything and doesn't make sense if assigning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206449 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/LazyCallGraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h
index d5785e740a..0215cfc11c 100644
--- a/include/llvm/Analysis/LazyCallGraph.h
+++ b/include/llvm/Analysis/LazyCallGraph.h
@@ -209,8 +209,6 @@ public:
}
private:
- Module &M;
-
/// \brief Allocator that holds all the call graph nodes.
SpecificBumpPtrAllocator<Node> BPA;