mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Use .empty() instead of .size().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09c45d2fe8
commit
9e2f6284bc
@ -737,7 +737,7 @@ void PMDataManager::recordAvailableAnalysis(Pass *P) {
|
||||
|
||||
AvailableAnalysis[PI] = P;
|
||||
|
||||
assert(AvailableAnalysis.size());
|
||||
assert(!AvailableAnalysis.empty());
|
||||
|
||||
//This pass is the current implementation of all of the interfaces it
|
||||
//implements as well.
|
||||
|
Loading…
Reference in New Issue
Block a user