[PATCH] D44450: [InlineCost] Don't return early when allowSizeGrowth(CS) is false

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 08:26:44 PDT 2018


fhahn added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:847
-    return;
-  }
-
----------------
The changes after this point do not seem to be necessary, i.e. could they stay at the same place?


https://reviews.llvm.org/D44450





More information about the llvm-commits mailing list