[LLVM-C] [PR34633] Avoid calling ->dump() methods from LLVMDump*.
authorwhitequark <whitequark@whitequark.org>
Tue, 17 Apr 2018 14:52:43 +0000 (14:52 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 17 Apr 2018 14:52:43 +0000 (14:52 +0000)
commit31dff5337f469876f9ddbae7772999443d698a63
treeaaf8b96f5bc595e7d4b49ef098942b659d781f13
parentfe93546b11ddcb8e079624c32146b1904be775c6
[LLVM-C] [PR34633] Avoid calling ->dump() methods from LLVMDump*.

LLVMDump* functions are available in Release builds too.

Patch by Brenton Bostick.

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

llvm-svn: 330189
llvm/lib/IR/Core.cpp