1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fixed a comment bug:

createPPCPatternInstructionSelector -> createPPCISelPattern

llvm-svn: 24510
This commit is contained in:
Evan Cheng 2005-11-29 04:59:46 +00:00
parent 93089e48a9
commit c23716c268

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