diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCISelPattern.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index 628295c..42495bc 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -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. /// |