diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2015-08-14 02:55:50 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2015-08-14 02:55:50 +0000 |
| commit | 42ff448fe4ab9bb760794c1e3c6d00c3ea6e8f7e (patch) | |
| tree | 1fe526f6cd115d63876e9fcc1b29d0e63da78951 /llvm/lib/CodeGen | |
| parent | 29109f5b1e998af150580e80e4f52e66505e31bf (diff) | |
| download | bcm5719-llvm-42ff448fe4ab9bb760794c1e3c6d00c3ea6e8f7e.tar.gz bcm5719-llvm-42ff448fe4ab9bb760794c1e3c6d00c3ea6e8f7e.zip | |
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
creation function there.
Same basic refactoring as the other alias analyses. Nothing special
required this time around.
llvm-svn: 245012
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Passes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp index 0a705980729..d7d1e383be3 100644 --- a/llvm/lib/CodeGen/Passes.cpp +++ b/llvm/lib/CodeGen/Passes.cpp @@ -16,6 +16,7 @@ #include "llvm/Analysis/BasicAliasAnalysis.h" #include "llvm/Analysis/CFLAliasAnalysis.h" #include "llvm/Analysis/Passes.h" +#include "llvm/Analysis/ScopedNoAliasAA.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/RegAllocRegistry.h" #include "llvm/IR/IRPrintingPasses.h" |

