This was moved to the .cpp file
authorChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 06:46:50 +0000 (06:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Aug 2005 06:46:50 +0000 (06:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22827 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGISel.h

index 22fe5559087692b461eecc489d9e095118d24459..4c44eb1c65fa40760cd39288cc87a364893ee6c7 100644 (file)
@@ -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);