mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Two comment typo fixes in lib/CodeGen/SelectionDAG/DAGCombiner.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a932cb6d09
commit
b8ee890901
@ -1501,7 +1501,7 @@ SDValue DAGCombiner::visitTokenFactor(SDNode *N) {
|
||||
switch (Op.getOpcode()) {
|
||||
case ISD::EntryToken:
|
||||
// Entry tokens don't need to be added to the list. They are
|
||||
// rededundant.
|
||||
// redundant.
|
||||
Changed = true;
|
||||
break;
|
||||
|
||||
@ -1530,7 +1530,7 @@ SDValue DAGCombiner::visitTokenFactor(SDNode *N) {
|
||||
|
||||
SDValue Result;
|
||||
|
||||
// If we've change things around then replace token factor.
|
||||
// If we've changed things around then replace token factor.
|
||||
if (Changed) {
|
||||
if (Ops.empty()) {
|
||||
// The entry token is the only possible outcome.
|
||||
|
Loading…
Reference in New Issue
Block a user