mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37b0592215
commit
b39cae9b15
@ -98,7 +98,8 @@ static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
|
|||||||
// Add internal analysis passes from the target machine.
|
// Add internal analysis passes from the target machine.
|
||||||
TM->addAnalysisPasses(PM);
|
TM->addAnalysisPasses(PM);
|
||||||
|
|
||||||
// Targets may override createPassConfig to provide a target-specific sublass.
|
// Targets may override createPassConfig to provide a target-specific
|
||||||
|
// subclass.
|
||||||
TargetPassConfig *PassConfig = TM->createPassConfig(PM);
|
TargetPassConfig *PassConfig = TM->createPassConfig(PM);
|
||||||
PassConfig->setStartStopPasses(StartAfter, StopAfter);
|
PassConfig->setStartStopPasses(StartAfter, StopAfter);
|
||||||
|
|
||||||
|
@ -157,8 +157,7 @@ void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) {
|
|||||||
|
|
||||||
// If there are more operands that weren't in the DAG, they have to
|
// If there are more operands that weren't in the DAG, they have to
|
||||||
// be operands that have default values, or we have an error. Currently,
|
// be operands that have default values, or we have an error. Currently,
|
||||||
// Operands that are a sublass of OperandWithDefaultOp have default values.
|
// Operands that are a subclass of OperandWithDefaultOp have default values.
|
||||||
|
|
||||||
|
|
||||||
// Validate that each result pattern argument has a matching (by name)
|
// Validate that each result pattern argument has a matching (by name)
|
||||||
// argument in the source instruction, in either the (outs) or (ins) list.
|
// argument in the source instruction, in either the (outs) or (ins) list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user