summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAliasAnalysis.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-02-20 03:52:02 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-02-20 03:52:02 +0000
commit342c671b6668ae40be79788de0e23cb8f0ff4b41 (patch)
treefd418823610f2553dd0e562a8c856af1aebd7791 /llvm/lib/Analysis/CFLAliasAnalysis.cpp
parent4f846a5f15d579ceeb1fb5f7f2ca75107ae25978 (diff)
downloadbcm5719-llvm-342c671b6668ae40be79788de0e23cb8f0ff4b41.tar.gz
bcm5719-llvm-342c671b6668ae40be79788de0e23cb8f0ff4b41.zip
[PM/AA] Wire up CFLAA to the new pass manager fully, and port one of its
tests over to exercise this code. This uncovered a few missing bits here and there in the analysis, but nothing interesting. llvm-svn: 261404
Diffstat (limited to 'llvm/lib/Analysis/CFLAliasAnalysis.cpp')
-rw-r--r--llvm/lib/Analysis/CFLAliasAnalysis.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/CFLAliasAnalysis.cpp b/llvm/lib/Analysis/CFLAliasAnalysis.cpp
index b0ba113ed54..969147621e8 100644
--- a/llvm/lib/Analysis/CFLAliasAnalysis.cpp
+++ b/llvm/lib/Analysis/CFLAliasAnalysis.cpp
@@ -61,6 +61,7 @@ using namespace llvm;
CFLAAResult::CFLAAResult(const TargetLibraryInfo &TLI) : AAResultBase(TLI) {}
CFLAAResult::CFLAAResult(CFLAAResult &&Arg) : AAResultBase(std::move(Arg)) {}
+CFLAAResult::~CFLAAResult() {}
// \brief Information we have about a function and would like to keep around
struct CFLAAResult::FunctionInfo {
OpenPOWER on IntegriCloud