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)
commit1a328f508f99473907bbca0e5a40e9f57209a5da
tree9d9760a5388cd4bedafaa32dd5f80113f3432afd
parentdb07ebbab675b62309f108e525f402e0df0729f6
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.

llvm-svn: 289752
clang/lib/CodeGen/BackendUtil.cpp