mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Remove extraneous #include and spelling mistake introduced in r150669.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6660c05da3
commit
6afa3f744a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user