summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Analysis/DependenceAnalysis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/Analysis/DependenceAnalysis.cpp')
-rw-r--r--gnu/llvm/lib/Analysis/DependenceAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Analysis/DependenceAnalysis.cpp b/gnu/llvm/lib/Analysis/DependenceAnalysis.cpp
index eb4d925fea7..a332a07ce86 100644
--- a/gnu/llvm/lib/Analysis/DependenceAnalysis.cpp
+++ b/gnu/llvm/lib/Analysis/DependenceAnalysis.cpp
@@ -122,7 +122,7 @@ DependenceAnalysis::run(Function &F, FunctionAnalysisManager &FAM) {
return DependenceInfo(&F, &AA, &SE, &LI);
}
-char DependenceAnalysis::PassID;
+AnalysisKey DependenceAnalysis::Key;
INITIALIZE_PASS_BEGIN(DependenceAnalysisWrapperPass, "da",
"Dependence Analysis", true, true)