[ConstraintElimination] Wrap dump() call in LLVM_DEBUG (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sat, 5 Dec 2020 12:55:27 +0000 (12:55 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 5 Dec 2020 13:14:53 +0000 (13:14 +0000)
commit4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7
tree97742eaa95a812aebb51a613c6e0dcd0fd0de400
parent4ceecc820b7197c2f302aa235875eb6619a397c3
[ConstraintElimination] Wrap dump() call in LLVM_DEBUG (NFC).

ConstraintSystem::dump only generates output with -debug, but there's no
need to call it without -debug.
llvm/lib/Analysis/ConstraintSystem.cpp