mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 23:32:00 +00:00
[NFC] add more comments for SLSR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234505 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7fc45006e
commit
154e053687
@ -427,6 +427,11 @@ createSeparateConstOffsetFromGEPPass(const TargetMachine *TM = nullptr,
|
||||
//
|
||||
BasicBlockPass *createLoadCombinePass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// StraightLineStrengthReduce - This pass strength-reduces some certain
|
||||
// instruction patterns in straight-line code.
|
||||
//
|
||||
FunctionPass *createStraightLineStrengthReducePass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user