mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Remove distasteful method which is really part of the indvars pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14359 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -199,12 +199,6 @@ namespace llvm {
|
||||
/// that no dangling references are left around.
|
||||
void deleteInstructionFromRecords(Instruction *I) const;
|
||||
|
||||
/// shouldSubstituteIndVar - Return true if we should perform induction
|
||||
/// variable substitution for this variable. This is a hack because we
|
||||
/// don't have a strength reduction pass yet. When we do we will promote
|
||||
/// all vars, because we can strength reduce them later as desired.
|
||||
bool shouldSubstituteIndVar(const SCEV *S) const;
|
||||
|
||||
virtual bool runOnFunction(Function &F);
|
||||
virtual void releaseMemory();
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||
|
Reference in New Issue
Block a user