X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FLoopDependenceAnalysis.cpp;h=82c02dcd13425f632e78c8607bb8168be69bab74;hb=d13db2c59cc94162d6cf0a04187d408bfef6d4a7;hp=e1019474cf4313f97997e0cb1530781970b4f03c;hpb=07fdd897e2c4304b6f70345c488e97fd97374576;p=oota-llvm.git diff --git a/lib/Analysis/LoopDependenceAnalysis.cpp b/lib/Analysis/LoopDependenceAnalysis.cpp index e1019474cf4..82c02dcd134 100644 --- a/lib/Analysis/LoopDependenceAnalysis.cpp +++ b/lib/Analysis/LoopDependenceAnalysis.cpp @@ -46,8 +46,8 @@ LoopPass *llvm::createLoopDependenceAnalysisPass() { return new LoopDependenceAnalysis(); } -static RegisterPass -R("lda", "Loop Dependence Analysis", false, true); +INITIALIZE_PASS(LoopDependenceAnalysis, "lda", + "Loop Dependence Analysis", false, true); char LoopDependenceAnalysis::ID = 0; //===----------------------------------------------------------------------===//