mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make isSlowPath() a public member of ColdBlockInfo.
Swift SVN r24108
This commit is contained in:
@@ -36,6 +36,8 @@ class ColdBlockInfo {
|
||||
public:
|
||||
ColdBlockInfo(DominanceAnalysis *DA): DA(DA) {}
|
||||
|
||||
static bool isSlowPath(const SILBasicBlock *FromBB, const SILBasicBlock *ToBB);
|
||||
|
||||
bool isCold(const SILBasicBlock *BB);
|
||||
};
|
||||
} // end namespace swift
|
||||
|
||||
Reference in New Issue
Block a user