Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
[oota-llvm.git] / include / llvm / Support / UnicodeCharRanges.h
index c0075719a6d2fb6999dc14359ab43da31f4a5aa3..86faa38c0afe2be24636bb57b2f7fe98baed401a 100644 (file)
@@ -49,9 +49,6 @@ public:
   /// the UnicodeCharSet instance, and should not change. Array is validated by
   /// the constructor, so it makes sense to create as few UnicodeCharSet
   /// instances per each array of ranges, as possible.
-#ifdef NDEBUG
-  LLVM_CONSTEXPR
-#endif
   UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
     assert(rangesAreValid());
   }