[llvm-commits] [llvm] r98401 - in /llvm/trunk: include/llvm/Analysis/InlineCost.h lib/Analysis/InlineCost.cpp

Devang Patel dpatel at apple.com
Tue Mar 16 11:11:00 PDT 2010


On Mar 16, 2010, at 11:06 AM, Evan Cheng wrote:

> Fixed?

Yes. Instead of maintaining bb specific insn count in parallel, I updated code to use difference in NumInsts count. 

r98408
-
Devang



More information about the llvm-commits mailing list