Merging r259695:
[oota-llvm.git] / include / llvm / IR / Value.h
index bb7ff278fdef74b88d068c419cf280977cb81b6c..8918dcd38c93fea90c6d11ea9c7b7eb50f1749eb 100644 (file)
@@ -280,11 +280,7 @@ public:
   // when using them since you might not get all uses.
   // The methods that don't start with materialized_ assert that modules is
   // fully materialized.
-#ifdef NDEBUG
-  void assertModuleIsMaterialized() const {}
-#else
   void assertModuleIsMaterialized() const;
-#endif
 
   bool use_empty() const {
     assertModuleIsMaterialized();