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:
01a5024
)
[PPC] Fix comment to match function name
author
Hal Finkel
<hfinkel@anl.gov>
Thu, 2 Jan 2014 22:09:39 +0000
(22:09 +0000)
committer
Hal Finkel
<hfinkel@anl.gov>
Thu, 2 Jan 2014 22:09:39 +0000
(22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198362
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index 324b82161800dbbf9e5ed2b823ffda68208f05ea..e714281bdfa972d6ff5c71692ee70a5cd16bbc99 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@
-1396,7
+1396,7
@@
SDNode *PPCDAGToDAGISel::Select(SDNode *N) {
return SelectCode(N);
}
-/// Post
P
rocessISelDAG - Perform some late peephole optimizations
+/// Post
p
rocessISelDAG - Perform some late peephole optimizations
/// on the DAG representation.
void PPCDAGToDAGISel::PostprocessISelDAG() {