mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
[PM] Clean up some formatting with the latest clang-format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aee2c336ac
commit
b55a5104a1
@ -285,8 +285,7 @@ template <typename DerivedT, typename IRUnitT> class AnalysisManagerBase {
|
||||
}
|
||||
|
||||
AnalysisManagerBase(const AnalysisManagerBase &) = delete;
|
||||
AnalysisManagerBase &
|
||||
operator=(const AnalysisManagerBase &) = delete;
|
||||
AnalysisManagerBase &operator=(const AnalysisManagerBase &) = delete;
|
||||
|
||||
protected:
|
||||
typedef detail::AnalysisResultConcept<IRUnitT> ResultConceptT;
|
||||
@ -534,8 +533,8 @@ private:
|
||||
return PA;
|
||||
|
||||
if (DebugLogging)
|
||||
dbgs() << "Invalidating all non-preserved analyses for: "
|
||||
<< IR.getName() << "\n";
|
||||
dbgs() << "Invalidating all non-preserved analyses for: " << IR.getName()
|
||||
<< "\n";
|
||||
|
||||
// Clear all the invalidated results associated specifically with this
|
||||
// function.
|
||||
@ -595,7 +594,8 @@ private:
|
||||
/// \brief Map type from a pair of analysis ID and function pointer to an
|
||||
/// iterator into a particular result list.
|
||||
typedef DenseMap<std::pair<void *, IRUnitT *>,
|
||||
typename AnalysisResultListT::iterator> AnalysisResultMapT;
|
||||
typename AnalysisResultListT::iterator>
|
||||
AnalysisResultMapT;
|
||||
|
||||
/// \brief Map from an analysis ID and function to a particular cached
|
||||
/// analysis result.
|
||||
|
Loading…
Reference in New Issue
Block a user