xbolva00 added inline comments. ================ Comment at: lib/Transforms/IPO/Inliner.cpp:372 + + if (IC.isAlways()) { + Message += "(cost=always)"; ---------------- stringstream? https://reviews.llvm.org/D49412