mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
This was moved to the .cpp file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
495a0b5191
commit
c809b68357
@ -40,9 +40,7 @@ public:
|
|||||||
|
|
||||||
SelectionDAGISel(TargetLowering &tli) : TLI(tli) {}
|
SelectionDAGISel(TargetLowering &tli) : TLI(tli) {}
|
||||||
|
|
||||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||||
AU.setPreservesAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual bool runOnFunction(Function &Fn);
|
virtual bool runOnFunction(Function &Fn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user