summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Passes.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-08-14 02:42:20 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-08-14 02:42:20 +0000
commit8b046a42f4b3b3cca9a9a0ba5db944d7ff798f0c (patch)
treeafdc568e53b276cd07b8fcb45e03845b52e0bae9 /llvm/lib/CodeGen/Passes.cpp
parentf763ca3c9ce7b1154779ca6a1d1851f2457b9838 (diff)
downloadbcm5719-llvm-8b046a42f4b3b3cca9a9a0ba5db944d7ff798f0c.tar.gz
bcm5719-llvm-8b046a42f4b3b3cca9a9a0ba5db944d7ff798f0c.zip
[PM/AA] Extract a minimal interface for CFLAA to its own header file.
I've used forward declarations and reorderd the source code some to make this reasonably clean and keep as much of the code as possible in the source file, including all the stratified set details. Just the basic AA interface and the create function are in the header file, and the header file is now included into the relevant locations. llvm-svn: 245009
Diffstat (limited to 'llvm/lib/CodeGen/Passes.cpp')
-rw-r--r--llvm/lib/CodeGen/Passes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp
index f36e5134b5a..0a705980729 100644
--- a/llvm/lib/CodeGen/Passes.cpp
+++ b/llvm/lib/CodeGen/Passes.cpp
@@ -14,6 +14,7 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/Analysis/BasicAliasAnalysis.h"
+#include "llvm/Analysis/CFLAliasAnalysis.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
OpenPOWER on IntegriCloud