X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FPassAnalysisSupport.h;h=d5bdba72f78c60eb0513669495d7ad61b3efb8a0;hp=0b318fc8fb0752ef401b5f5e177e4c2a5539d5e6;hb=a4d17df846a9abc1be9a73862452cf4dfcd33689;hpb=afae23bc2154e23240467c7699fa61752eb43e92 diff --git a/include/llvm/PassAnalysisSupport.h b/include/llvm/PassAnalysisSupport.h index 0b318fc8fb0..d5bdba72f78 100644 --- a/include/llvm/PassAnalysisSupport.h +++ b/include/llvm/PassAnalysisSupport.h @@ -72,14 +72,13 @@ public: Preserved.push_back(&ID); return *this; } - ///@} - /// Add the specified Pass class to the set of analyses preserved by this pass. template AnalysisUsage &addPreserved() { Preserved.push_back(&PassClass::ID); return *this; } + ///@} /// Add the Pass with the specified argument string to the set of analyses /// preserved by this pass. If no such Pass exists, do nothing. This can be