mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 05:40:35 +00:00
[NFC][MLInliner] Don't initialize in an assert.
Since the build bots have assertions enabled, this flew under the radar.
This commit is contained in:
parent
82fd96da09
commit
7134ae5a9c
@ -171,7 +171,7 @@ unsigned getMaxDominatorTreeDepth(const Function &F,
|
||||
IRToNativeSizeLearning::FunctionFeatures
|
||||
IRToNativeSizeLearning::getFunctionFeatures(Function &F,
|
||||
FunctionAnalysisManager &FAM) {
|
||||
assert(ensureSortedTuples() && "expected lazy initialization");
|
||||
ensureSortedTuples();
|
||||
|
||||
auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F);
|
||||
FunctionFeatures FF;
|
||||
|
Loading…
Reference in New Issue
Block a user