mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
AggressiveAntiDepBreaker - silence static analyzer null dereference warning. NFCI.
Assert that we've found the critical path. llvm-svn: 372759
This commit is contained in:
parent
e9b83d8abf
commit
6d37aa5083
@ -790,7 +790,7 @@ unsigned AggressiveAntiDepBreaker::BreakAntiDependencies(
|
||||
CriticalPathSU = SU;
|
||||
}
|
||||
}
|
||||
|
||||
assert(CriticalPathSU && "Failed to find SUnit critical path");
|
||||
CriticalPathMI = CriticalPathSU->getInstr();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user