diff options
author | Sanjay Patel <spatel@rotateright.com> | 2016-03-31 21:00:48 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2016-03-31 21:00:48 +0000 |
commit | 4d71160d5d0320b958529a86ee22255a1ec34b11 (patch) | |
tree | ab1d31a363849a53fb39f9b3ca6ec7717306532d /llvm/lib/CodeGen | |
parent | ed22f9b6f10d39643754f037bff1210be0acdee5 (diff) | |
download | bcm5719-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.cpp | 3 |
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. |