summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-17 06:46:50 +0000
committerChris Lattner <sabre@nondot.org>2005-08-17 06:46:50 +0000
commitc809b68357d6d41d91eb50febdb37df394e671bb (patch)
treee2706ce22c27f5a912730d505d80d8443e9b0016 /include/llvm/CodeGen/SelectionDAGISel.h
parent495a0b51915eb763576874f29192820b731edc22 (diff)
downloadllvm-c809b68357d6d41d91eb50febdb37df394e671bb.tar.gz
llvm-c809b68357d6d41d91eb50febdb37df394e671bb.tar.bz2
llvm-c809b68357d6d41d91eb50febdb37df394e671bb.tar.xz
This was moved to the .cpp file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 22fe555908..4c44eb1c65 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);