[all-commits] [llvm/llvm-project] 4e5c0c: [ConstraintElimination] Wrap dump() call in LLVM_D...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Dec 5 05:20:18 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7
https://github.com/llvm/llvm-project/commit/4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-12-05 (Sat, 05 Dec 2020)
Changed paths:
M llvm/lib/Analysis/ConstraintSystem.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list