diff options
author | James Molloy <james.molloy@arm.com> | 2012-02-16 09:48:07 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2012-02-16 09:48:07 +0000 |
commit | 920ae8c64290703210aa43f886933c676b905710 (patch) | |
tree | 62b3c8981256d54954b1c19b9688efa6dd8999c5 /llvm/lib/CodeGen | |
parent | 67b6b11b52e3472a6331b254178c473454dc135c (diff) | |
download | bcm5719-llvm-920ae8c64290703210aa43f886933c676b905710.tar.gz bcm5719-llvm-920ae8c64290703210aa43f886933c676b905710.zip |
Remove extraneous #include and spelling mistake introduced in r150669.
llvm-svn: 150670
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 dbc173ed65b..42940b2c202 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -35,7 +35,6 @@ #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" #include <algorithm> -#include <set> using namespace llvm; STATISTIC(NodesCombined , "Number of dag nodes combined"); @@ -101,7 +100,7 @@ namespace { SDValue visit(SDNode *N); public: - /// AddToWorkList - Add to the work list making sure i'ts instance is at the + /// AddToWorkList - Add to the work list making sure its instance is at the /// back (next to be processed.) void AddToWorkList(SDNode *N) { WorkListContents.insert(N); |