diff options
| author | Nadav Rotem <nrotem@apple.com> | 2012-12-27 02:04:12 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2012-12-27 02:04:12 +0000 |
| commit | b3f6751df5078e877bdcf3b4d4ef611faf84cea0 (patch) | |
| tree | 023850d7ae895510e4bde5c71642a6723e20f3a3 /llvm | |
| parent | 89e86077553d4c4389e961c263c14fb48dccc653 (diff) | |
| download | bcm5719-llvm-b3f6751df5078e877bdcf3b4d4ef611faf84cea0.tar.gz bcm5719-llvm-b3f6751df5078e877bdcf3b4d4ef611faf84cea0.zip | |
whitespace
llvm-svn: 171129
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index d5acdac5911..82fa3f8d225 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h @@ -49,7 +49,7 @@ template <typename T> struct simplify_type; template <typename T> struct ilist_traits; void checkForCycles(const SDNode *N); - + /// SDVTList - This represents a list of ValueType's that has been intern'd by /// a SelectionDAG. Instances of this simple value class are returned by /// SelectionDAG::getVTList(...). @@ -108,7 +108,7 @@ public: void setNode(SDNode *N) { Node = N; } inline SDNode *operator->() const { return Node; } - + bool operator==(const SDValue &O) const { return Node == O.Node && ResNo == O.ResNo; } @@ -530,7 +530,7 @@ public: /// NOTE: This is still very expensive. Use carefully. bool hasPredecessorHelper(const SDNode *N, SmallPtrSet<const SDNode *, 32> &Visited, - SmallVector<const SDNode *, 16> &Worklist) const; + SmallVector<const SDNode *, 16> &Worklist) const; /// getNumOperands - Return the number of values used by this operation. /// |

