Fixed a comment bug:
authorEvan Cheng <evan.cheng@apple.com>
Tue, 29 Nov 2005 04:59:46 +0000 (04:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 29 Nov 2005 04:59:46 +0000 (04:59 +0000)
createPPCPatternInstructionSelector -> createPPCISelPattern

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24510 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelPattern.cpp

index 628295c095c24c56272ba21ca3575716be68e72f..42495bcb5683dd9056bb82e532c3932011e427a3 100644 (file)
@@ -1713,7 +1713,7 @@ void ISel::Select(SDOperand N) {
 }
 
 
-/// createPPCPatternInstructionSelector - This pass converts an LLVM function
+/// createPPCISelPattern - This pass converts an LLVM function
 /// into a machine code representation using pattern matching and a machine
 /// description file.
 ///