mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ed58e0d16
commit
b02b62a271
@ -534,7 +534,7 @@ void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis &aa) {
|
|||||||
TD = DAG.getTarget().getTargetData();
|
TD = DAG.getTarget().getTargetData();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// clear - Clear out the curret SelectionDAG and the associated
|
/// clear - Clear out the current SelectionDAG and the associated
|
||||||
/// state and prepare this SelectionDAGBuilder object to be used
|
/// state and prepare this SelectionDAGBuilder object to be used
|
||||||
/// for a new block. This doesn't clear out information about
|
/// for a new block. This doesn't clear out information about
|
||||||
/// additional blocks that are needed to complete switch lowering
|
/// additional blocks that are needed to complete switch lowering
|
||||||
|
@ -310,7 +310,7 @@ public:
|
|||||||
|
|
||||||
void init(GCFunctionInfo *gfi, AliasAnalysis &aa);
|
void init(GCFunctionInfo *gfi, AliasAnalysis &aa);
|
||||||
|
|
||||||
/// clear - Clear out the curret SelectionDAG and the associated
|
/// clear - Clear out the current SelectionDAG and the associated
|
||||||
/// state and prepare this SelectionDAGBuilder object to be used
|
/// state and prepare this SelectionDAGBuilder object to be used
|
||||||
/// for a new block. This doesn't clear out information about
|
/// for a new block. This doesn't clear out information about
|
||||||
/// additional blocks that are needed to complete switch lowering
|
/// additional blocks that are needed to complete switch lowering
|
||||||
|
Loading…
x
Reference in New Issue
Block a user