Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
authorDan Gohman <gohman@apple.com>
Wed, 26 Aug 2009 15:56:38 +0000 (15:56 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 26 Aug 2009 15:56:38 +0000 (15:56 +0000)
commit4bac4b9899ea4e56f4b5dd99887d4e460e0f13ad
tree1d9e01baca0727efe11dc6d0aadde9a3754fab95
parent0ef68e8fbb25213794f88c6c42f2488341bc05c6
Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
this eliminates the ATTRIBUTE_USED, which wasn't being used in a manner
acceptable to some GCC versions, according to the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80103 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ProfileInfo.h
lib/Analysis/ProfileInfo.cpp