ProfileSummaryInfoTest.cpp - fix implicit CommandLine.h dependency. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 11:49:11 +0000 (12:49 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 12:07:18 +0000 (13:07 +0100)
commit5adf6a24e1c8bd977e1f589afbe5c3ee7e4510bb
tree99ad1a45a430d5389c602d6d3c1b28a7c225daef
parent114d19eb3c77c6c99d44f7b3b1a0091128ee15a5
ProfileSummaryInfoTest.cpp - fix implicit CommandLine.h dependency. NFC.

ProfileSummaryInfoTest references cl::opt but don't include CommandLine.h.
llvm/unittests/Analysis/ProfileSummaryInfoTest.cpp