projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495a0b5
)
This was moved to the .cpp file
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Aug 2005 06:46:50 +0000
(06:46 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGISel.h
b/include/llvm/CodeGen/SelectionDAGISel.h
index 22fe5559087692b461eecc489d9e095118d24459..4c44eb1c65fa40760cd39288cc87a364893ee6c7 100644
(file)
--- 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);