Commit 20c9a7dc authored by Kevin Modzelewski's avatar Kevin Modzelewski Committed by GitHub

Merge pull request #1278 from kmod/refcounter_opt

Optimize the llvm refcounter pass
parents a5dc1b1b 57ba9caa
import re
import os
import sre_compile
import weakref
import threading
import abc
import _abcoll
import collections
import multiprocessing
import argparse
import bisect
import heapq
import inspect
import netrc
import pickle
import socket
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