summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-29 00:02:40 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-29 00:02:40 +0000
commit57e74d2010d7c82cb831350968df3a69bbe5a38e (patch)
treed5faf0decbd35cac5f2e2f2144b3033e66458f3b /llvm/lib/Target/PowerPC/PPCISelLowering.cpp
parent60bd28cefd9da92c0d5398f8f004925509c43592 (diff)
downloadbcm5719-llvm-57e74d2010d7c82cb831350968df3a69bbe5a38e.tar.gz
bcm5719-llvm-57e74d2010d7c82cb831350968df3a69bbe5a38e.zip
Fix typos / grammar.
llvm-svn: 214147
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 537b80fa8fb..da15803f210 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -7591,9 +7591,9 @@ static bool isConsecutiveLS(LSBaseSDNode *LS, LSBaseSDNode *Base,
// Return true is there is a nearyby consecutive load to the one provided
// (regardless of alignment). We search up and down the chain, looking though
-// token factors and other loads (but nothing else). As a result, a true
-// results indicates that it is safe to create a new consecutive load adjacent
-// to the load provided.
+// token factors and other loads (but nothing else). As a result, a true result
+// indicates that it is safe to create a new consecutive load adjacent to the
+// load provided.
static bool findConsecutiveLoad(LoadSDNode *LD, SelectionDAG &DAG) {
SDValue Chain = LD->getChain();
EVT VT = LD->getMemoryVT();
OpenPOWER on IntegriCloud