This change makes findMatchingStore() follow the same coding style introduced in r260275.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Since the iterator (MBBI) decreased first in the for loop, this code already handle the case when the matching store is the first instruction in the block. However, this change makes the loop follow the same coding style introduced in r260275. I will commit it after running correct tests.
Comment Actions
Also, my testing indicated there was no changes in Spec200X, which should be the case given the patch is a NFC... (despite my misunderstanding).