Commit 5271adcb authored by Kevin Modzelewski's avatar Kevin Modzelewski

Optimize BB traversals by mapping to ints

parent f2bf812d
This diff is collapsed.
......@@ -249,7 +249,7 @@ public:
do_inline = (bool)IC;
}
if (VERBOSITY("irgen.inlining") >= 1) {
if (VERBOSITY("irgen.inlining") >= 2) {
if (!do_inline)
llvm::outs() << "not ";
llvm::outs() << "inlining ";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment