--- Reverse-merging r79938 into '.':
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
index b0fb5d8b1f2499c215a7d5a75a2ed1de912165be..5f5498158d8c1c20cedba69465008d7e0572aede 100644 (file)
@@ -37,7 +37,7 @@ class FunctionLoweringInfo;
 
 template<> struct ilist_traits<SDNode> : public ilist_default_traits<SDNode> {
 private:
-  mutable ILIST_NODE<SDNode> Sentinel;
+  mutable ilist_node<SDNode> Sentinel;
 public:
   SDNode *createSentinel() const {
     return static_cast<SDNode*>(&Sentinel);