aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2005-11-29 04:59:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2005-11-29 04:59:46 +0000
commit5ee16ea41792e38ce9240c0bd7b165cefb752612 (patch)
treef99ec2d30f93bb8efb89a22a79d06416c71d95e2
parent59f7f2156a770bfeb91ea672faeb64fefe9d69f4 (diff)
downloadexternal_llvm-5ee16ea41792e38ce9240c0bd7b165cefb752612.zip
external_llvm-5ee16ea41792e38ce9240c0bd7b165cefb752612.tar.gz
external_llvm-5ee16ea41792e38ce9240c0bd7b165cefb752612.tar.bz2
Fixed a comment bug:
createPPCPatternInstructionSelector -> createPPCISelPattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24510 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCISelPattern.cpp2
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.
///