Florian Hahn 6b3216aad8 Guard print() functions only used by dump() functions.
Summary:
Since  r293359, most dump() function are only defined when
`!defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` holds. print() functions
only used by dump() functions are now unused in release builds,
generating lots of warnings. This patch only defines some print()
functions if they are used.

Reviewers: MatzeB

Reviewed By: MatzeB

Subscribers: arsenm, mzolotukhin, nhaehnle, llvm-commits

Differential Revision: https://reviews.llvm.org/D35949

llvm-svn: 309553
2017-07-31 10:07:49 +00:00
..
2017-07-02 03:24:54 +00:00
2017-06-26 03:01:36 +00:00
2017-03-15 15:37:42 +00:00
2017-03-21 22:18:10 +00:00
2017-07-22 00:40:46 +00:00
2016-11-10 16:02:37 +00:00