diff options
Diffstat (limited to 'include/llvm/ADT/APInt.h')
-rw-r--r-- | include/llvm/ADT/APInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index c6055dfc27..97fe4e9201 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -1160,10 +1160,8 @@ public: static void tcSetLeastSignificantBits(integerPart *, unsigned int, unsigned int bits); -#ifndef NDEBUG /// @brief debug method void dump() const; -#endif /// @} }; |