[CodeGen] Get rid of NDEBUG to ensure structure stability.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 2f31f8d9b31c8b48ba889be288099d4ebfd6b7f1..e0eadfaa2b30bb05fe06e1f6356069756dbe4352 100644 (file)
@@ -426,11 +426,9 @@ private:
   friend struct ilist_traits<SDNode>;
 
 public:
-#ifndef NDEBUG
   /// Unique and persistent id per SDNode in the DAG.
   /// Used for debug printing.
   uint16_t PersistentId;
-#endif
 
   //===--------------------------------------------------------------------===//
   //  Accessors