[PPC] Fix comment to match function name

llvm-svn: 198362
This commit is contained in:
Hal Finkel 2014-01-02 22:09:39 +00:00
parent 94932438d4
commit 860fa9052e
1 changed files with 1 additions and 1 deletions

View File

@ -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() {