summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/MixedTBAATest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Analysis/MixedTBAATest.cpp')
-rw-r--r--llvm/unittests/Analysis/MixedTBAATest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Analysis/MixedTBAATest.cpp b/llvm/unittests/Analysis/MixedTBAATest.cpp
index c5758a30a28..d0cfa59f645 100644
--- a/llvm/unittests/Analysis/MixedTBAATest.cpp
+++ b/llvm/unittests/Analysis/MixedTBAATest.cpp
@@ -68,7 +68,7 @@ TEST_F(MixedTBAATest, MixedTBAA) {
// because the AA eval pass only runs one test per store-pair.
const char* args[] = { "MixedTBAATest", "-evaluate-aa-metadata" };
cl::ParseCommandLineOptions(sizeof(args) / sizeof(const char*), args);
- PM.add(createTypeBasedAliasAnalysisPass());
+ PM.add(createTypeBasedAAWrapperPass());
PM.add(createAAEvalPass());
PM.run(M);
}
OpenPOWER on IntegriCloud