mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
comment grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
060047f03b
commit
06efdd238e
@ -205,7 +205,7 @@ void TargetPassConfig::addISelPrepare() {
|
||||
/// technique has maintainability tradeoffs because alternate pass orders are
|
||||
/// not well supported. addPre/Post works better if the target pass is easily
|
||||
/// tied to a common pass. But if it has subtle dependencies on multiple passes,
|
||||
/// overriding the stage instead.
|
||||
/// the target should override the stage instead.
|
||||
///
|
||||
/// TODO: We could use a single addPre/Post(ID) hook to allow pass injection
|
||||
/// before/after any target-independent pass. But it's currently overkill.
|
||||
|
Loading…
x
Reference in New Issue
Block a user