Fixed a comment bug:

createPPCPatternInstructionSelector -> createPPCISelPattern


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2005-11-29 04:59:46 +00:00
parent 59f7f2156a
commit 5ee16ea417

View 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.
///