projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f7f21
)
Fixed a comment bug:
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 29 Nov 2005 04:59:46 +0000
(
04:59
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 29 Nov 2005 04:59:46 +0000
(
04:59
+0000)
createPPCPatternInstructionSelector -> createPPCISelPattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24510
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelPattern.cpp
b/lib/Target/PowerPC/PPCISelPattern.cpp
index 628295c095c24c56272ba21ca3575716be68e72f..42495bcb5683dd9056bb82e532c3932011e427a3 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelPattern.cpp
+++ b/
lib/Target/PowerPC/PPCISelPattern.cpp
@@
-1713,7
+1713,7
@@
void ISel::Select(SDOperand N) {
}
-/// createPPC
PatternInstructionSelector
- This pass converts an LLVM function
+/// createPPC
ISelPattern
- This pass converts an LLVM function
/// into a machine code representation using pattern matching and a machine
/// description file.
///