From: Evan Cheng Date: Tue, 29 Nov 2005 04:59:46 +0000 (+0000) Subject: Fixed a comment bug: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ee16ea41792e38ce9240c0bd7b165cefb752612;p=oota-llvm.git Fixed a comment bug: createPPCPatternInstructionSelector -> createPPCISelPattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24510 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index 628295c095c..42495bcb568 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. ///