mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 20:15:49 -04:00
![]() In case PredBB == BB and StopAt == BB's terminator, StopAt != &*BI will fail, because BB's terminator instruction gets replaced. By using BB.getTerminator() we get the current terminator which we can use to compare. Reviewers: sanjoy, anna, reames Reviewed By: anna Differential Revision: https://reviews.llvm.org/D43822 llvm-svn: 326779 |
||
---|---|---|
.. | ||
ASanStackFrameLayoutTest.cpp | ||
BasicBlockUtils.cpp | ||
Cloning.cpp | ||
CMakeLists.txt | ||
CodeExtractor.cpp | ||
FunctionComparator.cpp | ||
IntegerDivision.cpp | ||
Local.cpp | ||
OrderedInstructions.cpp | ||
ValueMapperTest.cpp |