]> granicus.if.org Git - clang/commit
Include SmallSet.h in BackendUtil.cpp
authorHal Finkel <hfinkel@anl.gov>
Thu, 15 Dec 2016 02:19:17 +0000 (02:19 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 15 Dec 2016 02:19:17 +0000 (02:19 +0000)
commit466576768b777695bfefdc645c1ec35c0c48c97f
tree05bfae68429d38dd291a8c482f1c85fbff5823b2
parent7759c7d28c3c5ad00d2e3310384c5e7073de1f97
Include SmallSet.h in BackendUtil.cpp

BackendUtil.cpp uses llvm::SmallSet but did not include the header. It was
included indirectly, but this will change once the AssumptionCache is removed.
NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289752 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp