[polly] r213779 - [Refactor] Unify IslAst print methods
Johannes Doerfert
jdoerfert at codeaurora.org
Wed Jul 23 13:11:40 PDT 2014
>> Am I right that this does not work any more as now the DEBUG() statement
is only run if -analyze is given to opt. For clang it does not work any more
as there is no way to pass -analyze to clang.
No, this should still work.
bool IslAstInfo::runOnScop(Scop &Scop) {
[...]
DEBUG(printScop(dbgs()));
}
--
Johannes Doerfert
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
More information about the llvm-commits
mailing list