Remove AutoFDO profile handling for GCC's LIPO. NFC.
authorDiego Novillo <dnovillo@google.com>
Mon, 5 Oct 2015 21:08:05 +0000 (21:08 +0000)
committerDiego Novillo <dnovillo@google.com>
Mon, 5 Oct 2015 21:08:05 +0000 (21:08 +0000)
commitd6ac66492ecb62277a6f863647bfe5f98b84dab2
tree21721f3dff72adba6ace2b6353141ddb30d5fcd7
parent6212b4d0b8f337180a7c54b1da25da27897b247b
Remove AutoFDO profile handling for GCC's LIPO. NFC.

Given the work we are doing on ThinLTO, we will never need to support
module groups and working sets in GCC's implementation of LIPO. These
are currently dead code, and will continue to be so.

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