OSDN Git Service

[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)
commitb397ebf86a294c2313a9a3e9b67b3ff54630272c
tree54f72ae41bbd3cb4b96a99f8f182250baf9fca14
parentdc9a6a7dba43a473a6e317db5e8e5f29988a5fd5
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Core.cpp