[NFC] Test commit, add whitespace to end-of-line

This commit is contained in:
James Nagurne 2021-11-19 18:21:23 -06:00
parent f764a1a5bd
commit 241df03ce5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) {
const auto &QII = *QST.getInstrInfo();
// Now see if there are no other dependencies to instructions already
// in the packet.
// in the packet.
if (IsTop) {
for (unsigned i = 0, e = Packet.size(); i != e; ++i)
if (hasDependence(Packet[i], SU, QII))