--- Reverse-merging r79938 into '.':
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
index 52e56422c8cb0df2fd1c1b333f0142b92bfcb4ef..9b989b2304fdaaca6c1d20d2fac404ee5c2163c1 100644 (file)
@@ -26,7 +26,7 @@ class raw_ostream;
 template <>
 struct ilist_traits<MachineInstr> : public ilist_default_traits<MachineInstr> {
 private:
-  mutable ILIST_NODE<MachineInstr> Sentinel;
+  mutable ilist_node<MachineInstr> Sentinel;
 
   // this is only set by the MachineBasicBlock owning the LiveList
   friend class MachineBasicBlock;