Do not read callee name when matching IR to profile as it is not used.
authorDehao Chen <dehao@google.com>
Fri, 29 Apr 2016 17:19:10 +0000 (17:19 +0000)
committerDehao Chen <dehao@google.com>
Fri, 29 Apr 2016 17:19:10 +0000 (17:19 +0000)
commit21aefaec978afc08abc2853bfb2d20209ab22add
tree3f8af63b83f9162f32fcd36830c969f3421f88a9
parentb92cd5293e9d1f9443eff5476a4db90f4afd0bb8
Do not read callee name when matching IR to profile as it is not used.

Summary: Callee name is not used to identify a callsite now, so do not read it during annotation.

Reviewers: davidxl, dnovillo

Subscribers: dnovillo, danielcdh, llvm-commits

Differential Revision: http://reviews.llvm.org/D19704

llvm-svn: 268069
llvm/lib/Transforms/IPO/SampleProfile.cpp