summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-03-31 21:00:48 +0000
committerSanjay Patel <spatel@rotateright.com>2016-03-31 21:00:48 +0000
commit4d71160d5d0320b958529a86ee22255a1ec34b11 (patch)
treeab1d31a363849a53fb39f9b3ca6ec7717306532d /llvm/lib/CodeGen
parented22f9b6f10d39643754f037bff1210be0acdee5 (diff)
downloadbcm5719-llvm-4d71160d5d0320b958529a86ee22255a1ec34b11.tar.gz
bcm5719-llvm-4d71160d5d0320b958529a86ee22255a1ec34b11.zip
fix typo; NFC
llvm-svn: 265054
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 8544c27263b..d05bb7ccf2d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -1259,8 +1259,7 @@ void DAGCombiner::Run(CombineLevel AtLevel) {
// changes of the root.
HandleSDNode Dummy(DAG.getRoot());
- // while the worklist isn't empty, find a node and
- // try and combine it.
+ // While the worklist isn't empty, find a node and try to combine it.
while (!WorklistMap.empty()) {
SDNode *N;
// The Worklist holds the SDNodes in order, but it may contain null entries.
OpenPOWER on IntegriCloud