[llvm] r198362 - [PPC] Fix comment to match function name
Hal Finkel
hfinkel at anl.gov
Thu Jan 2 14:09:40 PST 2014
Author: hfinkel
Date: Thu Jan 2 16:09:39 2014
New Revision: 198362
URL: http://llvm.org/viewvc/llvm-project?rev=198362&view=rev
Log:
[PPC] Fix comment to match function name
Modified:
llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp?rev=198362&r1=198361&r2=198362&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp Thu Jan 2 16:09:39 2014
@@ -1396,7 +1396,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *
return SelectCode(N);
}
-/// PostProcessISelDAG - Perform some late peephole optimizations
+/// PostprocessISelDAG - Perform some late peephole optimizations
/// on the DAG representation.
void PPCDAGToDAGISel::PostprocessISelDAG() {
More information about the llvm-commits
mailing list