forked from OSchip/llvm-project
[PPC] Fix comment to match function name
llvm-svn: 198362
This commit is contained in:
parent
94932438d4
commit
860fa9052e
|
@ -1396,7 +1396,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *N) {
|
|||
return SelectCode(N);
|
||||
}
|
||||
|
||||
/// PostProcessISelDAG - Perform some late peephole optimizations
|
||||
/// PostprocessISelDAG - Perform some late peephole optimizations
|
||||
/// on the DAG representation.
|
||||
void PPCDAGToDAGISel::PostprocessISelDAG() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue