From: Chris Lattner Date: Wed, 17 Aug 2005 06:46:50 +0000 (+0000) Subject: This was moved to the .cpp file X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c809b68357d6d41d91eb50febdb37df394e671bb;p=oota-llvm.git This was moved to the .cpp file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 22fe5559087..4c44eb1c65f 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h @@ -40,9 +40,7 @@ public: SelectionDAGISel(TargetLowering &tli) : TLI(tli) {} - virtual void getAnalysisUsage(AnalysisUsage &AU) const { - AU.setPreservesAll(); - } + virtual void getAnalysisUsage(AnalysisUsage &AU) const; virtual bool runOnFunction(Function &Fn);