Add EscapeAnalysis.
authorOwen Anderson <resistor@mac.com>
Sun, 12 Oct 2008 06:49:21 +0000 (06:49 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 12 Oct 2008 06:49:21 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57411 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllPasses.h

index 449517c37d11169a93a5de081cb7c6c7edd95371..f94bc33d25bb110828788daaba03db771ab49189 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_LINKALLPASSES_H
 
 #include "llvm/Analysis/AliasSetTracker.h"
+#include "llvm/Analysis/EscapeAnalysis.h"
 #include "llvm/Analysis/FindUsedTypes.h"
 #include "llvm/Analysis/IntervalPartition.h"
 #include "llvm/Analysis/LoopVR.h"
@@ -124,6 +125,7 @@ namespace {
       (void)new llvm::FindUsedTypes();
       (void)new llvm::ScalarEvolution();
       (void)new llvm::LoopVR();
+      (void)new llvm::EscapeAnalysis();
       ((llvm::Function*)0)->viewCFGOnly();
       llvm::AliasSetTracker X(*(llvm::AliasAnalysis*)0);
       X.add((llvm::Value*)0, 0);  // for -print-alias-sets